Skip to content Skip to sidebar Skip to footer

Android BLE Scan Interval For Nearby Notifications?

What is the scan interval that is currently being used by Android for the Nearby Notifications feature (app-less)? On a parallel note, does the stability value for the beacon have

Solution 1:

Nearby Notifications scanning is also the same as Nearby Messages background scanning. It does so at every screen on.

The stability of the beacon does not affect Nearby Notification.


Solution 2:

According to this Google I/O talk : https://www.youtube.com/watch?v=Acdu2ZdBaZE&list=PLOU2XLYxmsILe6_eGvDN3GyiodoV3qNSC&index=28

If Location History is enabled on the device, BLE scan will also be done in the background. Although I cannot find the exact interval in the documentation.


Post a Comment for "Android BLE Scan Interval For Nearby Notifications?"