diff --git a/example/lib/home/home.dart b/example/lib/home/home.dart index b736189..568bc49 100644 --- a/example/lib/home/home.dart +++ b/example/lib/home/home.dart @@ -50,6 +50,7 @@ class _MyAppState extends State { }; UniversalBle.onScanResult = (result) { + debugPrint("${result.name} ${result.manufacturerData}"); int index = _scanResults.indexWhere((e) => e.deviceId == result.deviceId); if (index == -1) { _scanResults.add(result);