Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Revision 345:b977276fb4d3, committed 2015-04-30
- Comitter:
- rgrover1
- Date:
- Thu Apr 30 08:37:21 2015 +0100
- Parent:
- 344:241987ac6b8b
- Child:
- 346:4a42f777161f
- Commit message:
- Synchronized with git rev 0ee85fb5
Author: Rohit Grover
improve the comment block for GattCharacteristic's constructor.
Changed in this revision
public/GattCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GattCharacteristic.h Thu Apr 30 08:37:21 2015 +0100 +++ b/public/GattCharacteristic.h Thu Apr 30 08:37:21 2015 +0100 @@ -309,9 +309,12 @@ * @param[in] props * The 8-bit bit field containing the characteristic's properties * @param[in] descriptors - * A pointer to an array of descriptors to be included within this characteristic + * A pointer to an array of descriptors to be included within + * this characteristic. The memory for the descriptor array is + * owned by the caller, and should remain valid at least until + * the enclosing service is added to the GATT table. * @param[in] numDescriptors - * The number of descriptors + * The number of descriptors in the previous array. * * @NOTE: If valuePtr == NULL, initialLength == 0, and properties == READ * for the value attribute of a characteristic, then that particular