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

detect if a packet is lost and retransmitted

I am developing a time sensitive application using multiple peripherals that are sending sensor data to a central using softdevice 15.0.

Every connection interval I should get data from every peripheral. Sometimes a packet is not received (interference or other problems) and is resent in one of the following connection intervals. Is there a way to detect if a packet is a retransmitted packet and how old the packet is? I would like to know how many connection intervals ago it should originally have been sent.

Parents Reply Children
Related