Bluetooth module on client side allows to receive indications and notifications when "characteristic value" is changed. It requires to make configuration changes using UUID: 2902 (the Client Characteristic Configuration).
Is it possible on server side to catch client request "read characteristic value"? I want to update requested characteristic before client will get its value.