-
Notifications
You must be signed in to change notification settings - Fork 88
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
Check bluetooth state prior to connecting #291
Conversation
Realized that we can update to be more consistent with Android implementation.
Co-authored-by: Travis Wyatt <travis.i.wyatt@gmail.com>
Co-authored-by: Travis Wyatt <travis.i.wyatt@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering why we are using the deprecated CBCentralManagerState
over the newer CBManagerState
? Not a blocker as they are defined identically and probably won't go away anytime soon, but am curious if there is a technical reason.
I didn't comment on it because we were already using I figured we'd replace all the constants in one pass (#299), so: not due to technical reasons. |
Refs #290