This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to get Acknowledgement/Confirmation after sending an Indication ?

Hi,

We are sending a data using Nordic UART Service (NUS), the data is transferred over BLE as a Indication.

From Message Sequence Chart in Nordic Infocenter image description

Here it shows ATT Handle Value Confirmation(blue arrow from PEER to SD).

I have included BLE_GATTS_EVT_HVC event on transmitter side(Tx), and I am expecting a confirmation from receiver side(Rx).

Do I need to send that confirmation from Rx side manually or Softdevice handles it ?

Related