High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 261:b275bfc773b9, committed 2015-01-21
- Comitter:
- rgrover1
- Date:
- Wed Jan 21 09:32:49 2015 +0000
- Parent:
- 260:ea7f9f14cc15
- Child:
- 262:1749228403b7
- Commit message:
- Synchronized with git rev 6f066f35
Author: Rohit Grover
Add to a comment block.
Changed in this revision
public/BLEDevice.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLEDevice.h Wed Jan 21 09:32:49 2015 +0000 +++ b/public/BLEDevice.h Wed Jan 21 09:32:49 2015 +0000 @@ -224,7 +224,8 @@ void addToDisconnectionCallChain(T *tptr, void (T::*mptr)(void)); /** - * Setup a callback for the GATT event DATA_SENT. + * Add a callback for the GATT event DATA_SENT (which is triggered when + * updates are sent out by GATT in the form of notifications). * * @Note: it is possible to chain together multiple onDataSent callbacks * (potentially from different modules of an application) to receive updates