Closed samnbd closed 6 months ago
paired (i.e. bonded) devices show up at FlutterBluePlus.bondedDevices
only connected devices show up at FlutterBluePlus.systemDevices
and you should look at how they implement their code in android native code and compare
Thanks for the reply
Requirements
Have you checked this problem on the example app?
Yes
FlutterBluePlus Version
1.32.7
Flutter Version
3.7.11
What OS?
Android
OS Version
13
Bluetooth Module
Nordic
What is your problem?
When scanning for devices on Android and using both
FlutterBluePlus.onScanResults.listen(...)
andFlutterBluePlus.systemDevices
, the already paired device to Android's BLE system will not show up. I even tried usingFlutterBluePlus.connectedDevices
but it's the same thing. Please note that I tried to scan the same paired device with flutter_reactive_ble on Android and it showed the device as expected.Logs