filter BLE at OS level

This commit is contained in:
Ben Allfree 2026-02-22 07:09:35 -08:00
parent 7b2f75047c
commit b5e47ce44f

View file

@ -727,6 +727,7 @@ class MeshCoreConnector extends ChangeNotifier {
});
await FlutterBluePlus.startScan(
withServices: [Guid(MeshCoreUuids.service)],
timeout: timeout,
androidScanMode: AndroidScanMode.lowLatency,
);