-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[bluetooth.bluegiga] Add characteristic notification support #9067
Conversation
Also fixed bluegiga initialize/dispose bugs. Signed-off-by: Connor Petty <[email protected]>
Signed-off-by: Connor Petty <[email protected]>
Signed-off-by: Connor Petty <[email protected]>
build failure unrelated |
... but it fails on some bluetooth classes. Might #9064 have introduced these compilation errors? |
oof, somehow missed that. I expected the first failure to stop the build. I'll make a fix for the build |
Looks like the compilation errors came from the new bluetooth.generic binding. The null checker got a little overzealous, I've create a fix for it. #9115 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks.
…#9067) * Add support for characteristic notifications. * Also fixed bluegiga initialize/dispose bugs. Signed-off-by: Connor Petty <[email protected]>
…#9067) * Add support for characteristic notifications. * Also fixed bluegiga initialize/dispose bugs. Signed-off-by: Connor Petty <[email protected]>
My test system for OH3 only uses bluegiga so I had to implement the missing notification feature as well as fix an annoying bug that prevented the bluegiga binding from starting correctly.
This PR requires #9064 to be merged first.