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

binc_device_stop_notify #34

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

charlesnicholson
Copy link
Contributor

There exists a function binc_device_start_notify but not the equivalent binc_device_stop_notify. For users to stop expressing interest in notifications on a specific characteristic, they had to use the functional-but-asymmetrical binc_characteristic_stop_notify function.

This PR adds a very simple binc_device_stop_notify method, for symmetry.

(If you don't want it, that's cool; the c'stic interface works just fine)

@weliem weliem merged commit 9654f41 into weliem:main Apr 10, 2024
1 check passed
@weliem
Copy link
Owner

weliem commented Apr 10, 2024

Thanks!

@charlesnicholson charlesnicholson deleted the device-stop-notify branch April 10, 2024 17:53
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

Successfully merging this pull request may close these issues.

2 participants