This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE coded phy scan get twice the same ADV

Hello,

I've seen when ADV interval is near than 1 second, the sniffer cacth the same adv twice in diferent channels, but if the adv interval is near to 50 ms the sniffer only cacht 1 per ADV,  and athother question, if adv is send every 800ms I capture the adv every 800ms and the same adv 400ms after.  I using the same code example for long range  blog.nordicsemi.com/.../tested-by-nordic-bluetooth-long-range

Parents Reply
  • Thanks for the clarification, I was thinking you were using our nRF sniffer tool. In your case you are not using our nRF sniffer tool, so disregard my previous comment.

    During normal scanning the amount of received advertisement packets will depend on the scan window and interval, every scan interval the radio will switch to a new channel and scan for the period set by the window.

    So in your case you likely need to modify the scan window and interval.

Children
Related