-
Notifications
You must be signed in to change notification settings - Fork 75
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
base: develop
Are you sure you want to change the base?
Commits on Jan 20, 2016
-
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 committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 8261ee2 - Browse repository at this point
Copy the full SHA 8261ee2View commit details -
Make ifdefs consistent to avoid multiple inclusion
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for a2367a9 - Browse repository at this point
Copy the full SHA a2367a9View commit details
Commits on Jan 22, 2016
-
Add missing license headers to source code
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 949d767 - Browse repository at this point
Copy the full SHA 949d767View commit details -
Attach OneShot*Callback objs to disconnect and shutdown events
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 373aeeb - Browse repository at this point
Copy the full SHA 373aeebView commit details -
Check connHandle that disconnected before detaching callbacks
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 82f3c56 - Browse repository at this point
Copy the full SHA 82f3c56View commit details -
Merge branch 'develop' into toggle_char_notification
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 87eb5bc - Browse repository at this point
Copy the full SHA 87eb5bcView commit details -
Call write callback from OneShot*Callback when disconnection events o…
…ccur
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 1e4663f - Browse repository at this point
Copy the full SHA 1e4663fView commit details -
Add documentation to OneShot*Callback.h
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 566de1d - Browse repository at this point
Copy the full SHA 566de1dView commit details -
Add documentation to CCCDSetter.h
Andres Amaya Garcia authored and Andres Amaya Garcia committedJan 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 59c55c0 - Browse repository at this point
Copy the full SHA 59c55c0View commit details