Hi
I'm working on a solution with 2 battery powered BLE devices: one is a peripheral device, the other a central. Mostly the devices will be advertising and scanning, not in a connection.
Since they're both battery powered, I want to be able to optimise the advertising interval, scan window, and scan interval - to get good battery life but also reasonably low discovery latency.
Using these parameters, is there some way to calculate the expected time and maximum time for a central to discover an advertising peripheral? (ignoring RF interference...).
Kind regards
Grant