-
Notifications
You must be signed in to change notification settings - Fork 582
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
Access to low level bluetooth callback in custom operations #165
Comments
First idea - add a callback listener for every possible callback of |
This was my first idea, with a few assumptions:
What do you think? |
Why |
To simplify the whole thing and avoid list iteration. In the scope of a single custom operation, I think it will be enough. What's your opinion? |
Ah, one at a time in this meaning. That's reasonable. I first thought of a Callback Listener per callback type (one callback for |
Nope, I'm thinking about some abstract class implementing BluetoothGattCallback providing default, empty methods as templates. The user would be able to implement whichever callback required and only that one. |
Is available in |
This sounds interesting. Is there any documentation of how it fits into the |
Hey Rob, |
In order to improve throughput more, I'd like to have more direct access (skipping Rx overhead) to BluetoothGattCallback.
Let's discuss how.
The text was updated successfully, but these errors were encountered: