Closed paintingStyle closed 1 year ago
Hey, I am encountering the same issue even with flutter_blue_plus. Please, if you found any work-arounds or any news concerning this matter, I would be grateful if you share them with us.
Thanks for reporting. The difficulty with Bluetooth is that both Android and iOs are a bit different. To make a good cross platform plugin we try to refrain from specific android or iOS functions because else it will make the usage of the plugin more complex.
That is the reason why it is not implemented. I would indeed create a simple plugin yourself that propagates the bonded state from the device.
Is your feature request related to a problem? (please describe) Hi,According to what I have investigated so far, iOS cannot get the device pairing status when the bluetooth device is not connected, And Android can get the device pairing status, is this correct?
The Android code below:
Describe the solution you'd like I'm wondering if I can get the pairing status of bluetooth devices on an android phone via [flutter_reactive_ble]? If not I'll try to get it myself using the code above
Thanks