I am trying to figure out how to use the TX part of the BLE NUS Service to send a notification. Currently I am receiving data via the nus_data_handler, however because i will be receiving multiple packets of 240 bytes I want to be able to notify the app to send the next packets rather the app just sending them one by one without checking if operations have completed.
I am not sure what function triggers the notification or a good place in documentation to understand how to do so.
Thank you