Hi,
We are developing central scanning mode for our project requirement. We want to scan BLE tags which are transmitting at every 10 seconds. I have been using nRF52833 DK for testing scanning functionality. We also set filters to scan our specific BLE tags.
Above code is for setting up filter.
Scanning window and Interval setting.
Above code is for matching specific tag to observe missing packets.
this are logs taken on UART in which fist is counter and 3rd is timestamp taken. The Highlighter part shows missing packet in that duration. I put counter to check if if we were missing handling of advertising packet. but as per counter we are not getting event in scan_evt_handler.
Could anyone please suggest what could be the possible reason of missing packets.