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

Monitor bluetooth state before initiating connection #580

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

twyatt
Copy link
Member

@twyatt twyatt commented Sep 27, 2023

Fixes an edge-case bug that occurs when BLE is turned off in the middle of establishing a connection.
We need to begin monitoring for BLE state before initiating connection, so that it can fail the connect process if BLE is turned off.

@twyatt twyatt requested review from davertay-j and a team as code owners September 27, 2023 05:58
@twyatt twyatt requested a review from QuantumRand September 27, 2023 05:58
@twyatt twyatt added android apple patch Changes that should bump the PATCH version number labels Sep 27, 2023
@twyatt twyatt enabled auto-merge (squash) September 27, 2023 05:59
@twyatt twyatt force-pushed the twyatt/ble-monitoring branch from 957bd8a to 5fa7fa2 Compare September 27, 2023 07:05
@twyatt twyatt merged commit 499ad9d into main Sep 27, 2023
@twyatt twyatt deleted the twyatt/ble-monitoring branch September 27, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android apple patch Changes that should bump the PATCH version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants