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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Device.State in Android is not in a very good condition, the code even raises the question.
// TODO: investigate the validity of this. Android API seems to indicate that the
// bond state is available, rather than the connected state, which are two different
// things. you can be bonded but not connected.
According to Android API docs, "Being bonded (paired) with a remote device does not necessarily mean the device is currently connected. It just means that the pending procedure was completed at some earlier time, and the link key is still stored locally, ready to use on the next connection."
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Android Bug:
When you add an event handler for DeviceConnected the device.Status is not updated and still says it's "Disconnected".
The text was updated successfully, but these errors were encountered: