Closed sylwia-golonko closed 2 years ago
I added a method getBondState() to BluetoothCentral and released version 2.3.3.
I don't think there is much more interesting stuff you can ask BluetoothDevice. What else do you need?
Things related to bonding, like:
createBond
), at least there is another way to force it on the server side immediately when the connection has been establishedsetPairingConfirmation
(system app)Thanks in advance.
just released a new version that also offers createBond() and setPairingConfirmation()....2.3.5
closing this issue since requested functions are now available...
BluetoothCentral
currently exposed only mac addres, name and mtu. Can the library also expose the wholeBluetoothDevice
? It contains a lot of useful methods (e.g. for bonding) that can't be accessed viaBluetoothCentral
.