mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 11:41:15 +02:00
New polling logic for Bluetooth. #251 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. See merge request !104