Skip to content

New polling logic for Bluetooth. #251

akwizgran requested to merge 251-bluetooth-polling into master

Increase the polling interval exponentially each time polling is unsuccessful, up to a maximum of 60 minutes. The interval is reset to 2 minutes whenever a connection is made and whenever Bluetooth is re-enabled.

This should reduce battery usage when there are no contacts nearby.

Fixes #251 (closed).

Merge request reports