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
  • This is a trade-off between current consumption, time to discover, other BLE links that you may have active at the same time, and potentially also interference that may be present in the area. If you know the maximum advertisement interval is 800ms, and you don't have any current consumption limitations, and there are no other active BLE links, then I would use 1sec for both window and interval.

    Kenneth

Children
Related