flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

add createBond / Bonding status

Open FaroukBoussarsar opened this issue 3 years ago • 1 comments

when connect to device using android double pairing request is received. so as a work around if it is possible to bond from the side of the app it will solve this issue

https://developer.android.com/reference/android/bluetooth/BluetoothDevice#createBond()

this feature also helps detect if bounding is done or not so it minimise handling from our side

FaroukBoussarsar avatar Nov 10 '22 15:11 FaroukBoussarsar

Indeed, it would be nice to implement some sort of bonding helper: https://gist.github.com/dglozano/9b0ce38a558eeca16137909bd368698c We currently facing problems on android devices with "just works" implementation when all services are hidden before bonding.

vincent-iQontrol avatar Nov 15 '22 10:11 vincent-iQontrol