This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BLE_EVT_TX_COMPLETE in S132 v4.0.2

Hi,

I am working on testing this modification on the ble_hrs example. The idea is to send data sequentially as notifications.

However, BLE_EVT_TX_COMPLETE seems to have disappeared in S132 V4.0.2.

By looking at the infocenter, I notice sd_ble_gatts_hvx() returns BLE_GATTS_EVT_HVN_TX_COMPLETE that seems to have the same purpose.

What is different between the two ?

BLE_GATTS_EVT_HVN_TX_COMPLETE
and
BLE_EVT_TX_COMPLETE 
Related