Skip to content

Can no longer obtain own bluetooth address #17

@behelit

Description

@behelit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions