Hi everyone,
I am using nrfConnect 3.9.3, And SDK v1.7.0.
I am working on a project based on uart example.
My question is if there are some way for clean/discard all the data that a peer have buffered on nus tx characteristic through bt_nus_send().
The main reason is that i want to send only one packet per connection with the less delay possible, for that I turn on the Radio Notifications with MPSL_RADIO_NOTIFICATION_DISTANCE_5500US, and when is triggered i refresh the packet with the data of my sensors.
On add if there are some way to make longer this time MPSL_RADIO_NOTIFICATION_DISTANCE_5500US could be great.
Thank you Nordic Team,
regards