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

Commits on Oct 20, 2021

  1. Simplify properties macro

    The 'properties' macro had too much complexity/flexibility that wasn't
    being used, making it difficult to add a new feature.
    Property404 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    85f874e View commit details
    Browse the repository at this point in the history
  2. Add support for secure server-initiated updates

    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.
    Property404 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0ba5f26 View commit details
    Browse the repository at this point in the history