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 requiring pairing for GATT notifications/indications #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Property404
Copy link
Contributor

Add support for the x-indicate and x-notify flags in BlueZ 5.62. This requires a breaking API change

The 'properties' macro had too much complexity/flexibility that wasn't
being used, making it difficult to add a new feature.
In BlueZ versions greater than 5.61, the
`encrypt-authenticated-notify/indicate`, `secure-notify/indicate`, and
`encrypt-notify/indicate` flags are available to require certain levels
of security for server-initiated updates.

This commit introduces a breaking API change to support these flags.

See BlueZ commit 61576a8e78c321d67412c6a49ef293c94ec8a235 for details.
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.

None yet

1 participant