diso73
Results
1
issues of
diso73
Hi, I'm using: ``` _scanSubscription = _flutterBlue.scan(timeout: SCAN_TIMEOUT, withServices: withServices) .listen((oneResult) { Utils.printDebug('BTDeviceConnection startScan: ScanResult received oneResult: device.id=' + oneResult.device.name); if (oneResult.device.id.id == deviceId) { // do stuffs with this...