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.