Hi all, I'm testing ble adv packets loss rate.I am using a simple scanner example in nRF52832 (Softdevice v2.0.0 & SDK v11), the scanner works in passive scanning, no whitelist, scan interval and scan window are both 60ms, scan timeout is 0x0000, disable timeout.The beacons advertise every 500ms with the adv packet data length 31 bytes.
Now in order to get adv packet loss rate accurately, i count scanner's BLE_GAP_EVT_ADV_REPORT Event numbers as the received adv packets number. I put scanner and 100 beacons in the shielded room, in one minute i get 9980 adv packets, but the actual adv packets should be 12000(100*60*2), then the adv packet loss rate is about 17%。
I am not sure if the packet loss rate is reasonable, or if there are mistakes in my test.Please suggest me for this.
Thanks in advance
regards
ReedLi