mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-24 01:29:03 +10:00
filter BLE at OS level
This commit is contained in:
@@ -727,6 +727,7 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await FlutterBluePlus.startScan(
|
await FlutterBluePlus.startScan(
|
||||||
|
withServices: [Guid(MeshCoreUuids.service)],
|
||||||
timeout: timeout,
|
timeout: timeout,
|
||||||
androidScanMode: AndroidScanMode.lowLatency,
|
androidScanMode: AndroidScanMode.lowLatency,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user