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

send packets continuously in ble_app_uart example

I have to send packages continuously; How can I get feedback on the success of transmission before sending the next package? Which event should I use? and in what callback function?

I'm using SDK 15 and softdevice 6.0. The event BLE_EVT_TX_COMPLETE is missing in ble.h

Thanks

Related