Hi,
Is there any way to determine if there were any packet lost on the sender side, using the EtherMind BT stack, used in the CC2560/PAN1315 dev kit examples?
Thanks,
Adam.
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.
Hi,
Is there any way to determine if there were any packet lost on the sender side, using the EtherMind BT stack, used in the CC2560/PAN1315 dev kit examples?
Thanks,
Adam.
Migule,
Just to see that I got it right, I send a packet, and the errors I might get are internal errors, and the SPP_SEND_CNF event success or fail, is just an internal event saying, I've [sent/failed to send] the packet, regardless if the peer got the packet or not.
Adam.
Miguel,
After long time learning the subject, I've transmitted around 500k packets so far, and I must say I disagree with your input. My research has shown that there is no case that a SPP_SEND_CNF is returned successful, and a packet not arriving on the other end, which makes me believe that there is a packet validation process in the BT stack, and that all packets which are indicated as successful indeed reach the other peer.
Adam.