Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Add bluetooth status for IOS CBCentralManager and Android BluetoothAdapter #288

Closed
burnhamd opened this issue Mar 25, 2022 · 1 comment

Comments

@burnhamd
Copy link
Contributor

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
@twyatt
Copy link
Member

twyatt commented Oct 26, 2024

Related to #737, and sadly: we likely won't be supporting this in Kable, see #737 for the rationale.

@twyatt twyatt closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants