This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

There are a way to clean queued data on tx buffer?

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

Related