From eee8e125462f0ba1b9c15a19c08d252ab54ff34c Mon Sep 17 00:00:00 2001 From: notiant <238434866+notiant@users.noreply.github.com> Date: Sun, 8 Feb 2026 17:23:38 +0100 Subject: [PATCH] increase scanAutoStop to 10s --- Services/Networking/BluetoothService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Networking/BluetoothService.qml b/Services/Networking/BluetoothService.qml index 6b85cc7a4..1a62a4f16 100644 --- a/Services/Networking/BluetoothService.qml +++ b/Services/Networking/BluetoothService.qml @@ -14,7 +14,7 @@ Singleton { // Constants (centralized tunables) readonly property int ctlPollMs: 1500 readonly property int ctlPollSoonMs: 250 - readonly property int scanAutoStopMs: 6000 + readonly property int scanAutoStopMs: 10000 property bool airplaneModeToggled: false property bool lastBluetoothBlocked: false