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

BLE slave notification success callback

Hello,  I am using nrf52832. My BLE device is slave device and its sending notification to master. I want to know if there is any feature to know if notification from particular characteristic has successfully sent / failed. I know there is BLE_EVT_TX_COMPLETE but it wouldn't give info of characteristic handler.  

Related