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

BLE_EVT_TX_COMPLETE event deprecated in SDK V13?

I am in the process of porting an nRF51822 (s130) project to the nRF52840 (s140), moving from the SDK V11 to V13.
I was using the BLE_EVT_TX_COMPLETE event in the SDK V11 to trigger the transmission of a series of notifications, but that event no longer seems to exist in the V13 SDK.
Has the BLE_EVT_TX_COMPLETE event been deprecated? If so, is there any other event available to alert the application that some Tx buffers have become free?

Thanks.

Related