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

Can no longer obtain own bluetooth address #17

Open
behelit opened this issue Sep 10, 2017 · 2 comments
Open

Can no longer obtain own bluetooth address #17

behelit opened this issue Sep 10, 2017 · 2 comments

Comments

@behelit
Copy link

behelit commented Sep 10, 2017

Using
android.provider.Settings.Secure.getString(mActivity.getContentResolver(), "bluetooth_address");
is no longer allowed for 7.0+ devices so the current method of using UUID's will no longer work.

I think the only alternative is to use a pre-set list of 7 UUIDS and listen for all on the host.
Then each client will have to try each UUID until one works or fail.

@IBit-Company
Copy link

same problem here!!

can you explain more how you solve it?

@filipef101
Copy link

Same, not working, android 9 +

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

3 participants