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

Allow access to call BluetoothGatt#requestConnectionPriority #60

Open
simmerz opened this issue Mar 10, 2021 · 1 comment
Open

Allow access to call BluetoothGatt#requestConnectionPriority #60

simmerz opened this issue Mar 10, 2021 · 1 comment

Comments

@simmerz
Copy link

simmerz commented Mar 10, 2021

Thanks for building a really neat way to access BLE quickly!

I'd love to be able to change the connection priority, but can't see a way to do that using the library at the moment as the gatt handler is private.

@sureshjoshi
Copy link
Member

Hey @simmerz that's a good idea. I've been trying to think of a clean way to expose some Android-specific functionality, while not just re-implementing the whole API.

One idea is to migrate much of the code to being utilities or extensions. That way, the entire Android stack is available, but some handy extra "stuff" is there as needed. Specifically around the connection manager, but probably at the device level too.

Need to think about it a bit more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants