Hi, I am using nRF52832 module as connectivity chip (GAP peripheral, GATT server) with ble_app_uart_pca10040_s112 as source.
I am using nRF connect app to test data communication.
- The data sent from App is received in my Application chip, I have no issues w.r.t to NUS Rx GATT characteristics (0002).
- With NUS Tx GATT characteristics (0003), I would like to use Read property instead of Notify property.
After enabling Read in ble_nus_init(), I am not seeing any response in Read value in the nRF connect App. However, with Notify property, I'm getting the desired response.
I have found similar discussion here. My question is, is it mandatory to use Notify property in order to get received data?
If not, how can I get data using only the Read property(as my application demands this way), disabling the Notify property?
Please help. Thank you in advance.