This commit is contained in:
just_stuff_tm
2026-03-03 16:44:13 -05:00
committed by just-stuff-tm
parent 367e47bb1e
commit 524558c511
11 changed files with 79 additions and 72 deletions
+8 -2
View File
@@ -748,7 +748,10 @@ class MeshCoreConnector extends ChangeNotifier {
try {
await FlutterBluePlus.stopScan();
} catch (e) {
debugPrint('[FBP] stopScan error in startScan (ignored): $e');
_appDebugLogService?.warn(
'stopScan error in startScan (ignored): $e',
tag: 'BLE Scan',
);
}
}
await _scanSubscription?.cancel();
@@ -808,7 +811,10 @@ class MeshCoreConnector extends ChangeNotifier {
try {
await FlutterBluePlus.stopScan();
} catch (e) {
debugPrint('[FBP] stopScan error (ignored): $e');
_appDebugLogService?.warn(
'stopScan error (ignored): $e',
tag: 'BLE Scan',
);
}
}
await _scanSubscription?.cancel();