Hi Ti,
We use CC2651R3 chipsent with Ble sdk version 6.20 in our project.
During the advertisement tests, we observed that there are some advertisement packets with advertisement interval different to that of already configured advertisement interval according to our requirement.
More specifically, if we have configured advertisement interval as 200ms, then we observe ~83 number of 400ms packets (in an advertisement duration of 10mins).
In 10mins = 600s, there we expect around 3000 packets with 200ms advertisement interval, of which 83 numbers are 400ms packets (constituting ~3% of overall packets).
This also means 83 advertisement packets are lost (with 200ms advertisement interval) ?
Please find the attached log for more details regarding this behaviour.
We observed similar situation in the simple peripheral example source, ie 36 packets out of total advertisement packets (already advertisement interval configured to 1second) are 2seconds packets.
Also with the previous SDKs also the similar situation is observed.
Please let me know the reason behind this observation, and is this expected?
Thank you.