You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, how are you guys subscribing to bond state of a BLE device. The device bond state changes to bonded(BOND_BONDED) after the pairing request has been acknowledged/accepted on the phone/tablet by the user. How are you guys waiting for the user to acknowledge the request before proceeding with further communication? In native Android one can subscribe to broadcast action ACTION_BOND_STATE_CHANGED, trying to find a way to do the same in Flutter. Any suggestions will be appreciated. Thank You.
The text was updated successfully, but these errors were encountered:
On Android, how are you guys subscribing to bond state of a BLE device. The device bond state changes to bonded(BOND_BONDED) after the pairing request has been acknowledged/accepted on the phone/tablet by the user. How are you guys waiting for the user to acknowledge the request before proceeding with further communication? In native Android one can subscribe to broadcast action ACTION_BOND_STATE_CHANGED, trying to find a way to do the same in Flutter. Any suggestions will be appreciated. Thank You.
The text was updated successfully, but these errors were encountered: