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

Discard the dropped packet if it was not sent

Hi,

We are sending data every connection interval which is a stream using the API sd_ble_gattc_write. Whenever there is a dropped packet from what we understand, the Softdevice tries to resend it. But is there a way to discard the packet that was queued in the previous interval(if it was not sent)? Or is there a way to update the packet value data?

We are using the minimum connection interval possible. And hence it is important that we discard the packet to improve throughput

Thanks in Advance, Arjun

Related