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

Adds BLE Characteristic User Description 0x2901 Descriptor #9883

Merged
merged 8 commits into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. feat(ble): Adds Characteristic User Descriptor

    Adds a class for 0x2901 - Characteristic User Descriptor.
    
    This Descriptor is usual in BLE and describes with text what each characteristic is about.
    SuGlider committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2ce5075 View commit details
    Browse the repository at this point in the history
  2. feat(ble): Adds Characteristic User Description

    Adds Descriptor 0x2901
    
    This is the Characteristic User Description, commomnly used in BLE. Adds the implementation for make it easier to be used.
    SuGlider committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d66ca4c View commit details
    Browse the repository at this point in the history
  3. feat(BLE): Update Notify.ino

    Improve Notify.ino example by adding the 0x2901 descriptor
    
    This also prevents and helps to find issues when testing CI.
    SuGlider committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cdca672 View commit details
    Browse the repository at this point in the history
  4. fix(BLE): fixes the UUIDs used in the example

    Fixes the UUIDs to used the ame as in BLE Client example.
    
    Makes sure that all examples use the same UUIDs.
    SuGlider committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    80b2a6f View commit details
    Browse the repository at this point in the history
  5. fix(BLE): adds library code to the CMakeLists.txt

    Adds the necessary new Library code to CMake.
    
    Solves CI issue.
    SuGlider committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    651b941 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    673ba34 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    1a5b276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f095335 View commit details
    Browse the repository at this point in the history