-
Notifications
You must be signed in to change notification settings - Fork 612
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
Implement createBond/getBondState on Android (#605) #843
Conversation
Dear @peitschie , |
@Doomkyn I believe you might want to look at the |
Thanks for the quick response, don't wanna bother just trying to understand how I should work with these functions. |
Looking at the PR that added the The best I could suggest is checking whether that broadcast intent there is fired in your case. I haven't had to do anything with PIN-based pairing like this, sorry... I can't really point to anything specific that might help you. |
Thanks for the reply, I will do a bunch of tests :) |
a8e7e53
to
9a17f7a
Compare
This was added for Android 6, but it's unclear how this might affect device scanning. Docos suggest this only impacts connecting, so should be safe to ignore.
Tested with Android 10 & Android 11... so far so good 😃