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
Currently we are required to add code for checking the bluetooth status in the client application for seeing if bluetooth is enabled, turned on, and permissions are granted. Would be nice to have a unified status flow which represented the state of the bluetooth on the system so that we can present errors and requests to the user in those cases.
Thinking there can be the following cases
PoweredOn
Unauthorized (maybe with list of authorizations required?) This will be trickier for Android since there will also be location service involved.
Resetting
PoweredOff
Unknown
Unsupported
The text was updated successfully, but these errors were encountered:
Currently we are required to add code for checking the bluetooth status in the client application for seeing if bluetooth is enabled, turned on, and permissions are granted. Would be nice to have a unified status flow which represented the state of the bluetooth on the system so that we can present errors and requests to the user in those cases.
Thinking there can be the following cases
The text was updated successfully, but these errors were encountered: