This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: Occasionally peripheral miss sending Empty PDUs

Part Number: CC2640

Is it normal for the Peripheral to occasionally miss sending Empty PDUs? I can see from my sniffer that the Central is working because it is sending its packets consistently, and the slave latency is 0. Also, what happens if I had queued up a notification into the TX buffer, is it possible for the Peripheral to miss the Central's packet and not send the notification? If so what happens to the notification. Please see below for sniffer screenshot with missed PDUs. Thanks, Danny.

  • Hi,

    The notification should be queued up and sent as soon as it receives the next packet from the master. Also note that it is possible the sniffer tool also might not capture all the packets as well. The link layer should retransmit the packet if it gets missed/out of order based on the SN and NESN bits.

    Best wishes