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

Initial version of the setCCCD API for GattClient #172

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Jan 20, 2016

  1. Initial version of the setCCCD API for GattClient

    This is an initial version of an API that automates the process of setting the
    Client Characteristic Configuration Descriptor (CCCD) to enable/disable
    notifications. The new API is DiscoveredCharacteristic::setCCCD().
    
    The new API internally triggers a characteristic descriptor discovery procedure
    to find the handle of the CCCD. If this succeeds, it attempts to execute a write
    procedure. On termination, a user configured callback is executed to report the
    final outcome of the process.
    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    8261ee2 View commit details
    Browse the repository at this point in the history
  2. Make ifdefs consistent to avoid multiple inclusion

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    a2367a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Add missing license headers to source code

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    949d767 View commit details
    Browse the repository at this point in the history
  2. Attach OneShot*Callback objs to disconnect and shutdown events

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    373aeeb View commit details
    Browse the repository at this point in the history
  3. Check connHandle that disconnected before detaching callbacks

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    82f3c56 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into toggle_char_notification

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    87eb5bc View commit details
    Browse the repository at this point in the history
  5. Call write callback from OneShot*Callback when disconnection events o…

    …ccur
    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1e4663f View commit details
    Browse the repository at this point in the history
  6. Add documentation to OneShot*Callback.h

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    566de1d View commit details
    Browse the repository at this point in the history
  7. Add documentation to CCCDSetter.h

    Andres Amaya Garcia authored and Andres Amaya Garcia committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    59c55c0 View commit details
    Browse the repository at this point in the history