High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 324:13a128a1505d, committed 2015-03-23
- Comitter:
- rgrover1
- Date:
- Mon Mar 23 16:28:09 2015 +0000
- Parent:
- 323:d87182a62c1b
- Child:
- 325:501ad8b8bbe5
- Commit message:
- Synchronized with git rev 9be96eaf
Author: Rohit Grover
remove comment block for absent parameter.
Changed in this revision
public/GattCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GattCharacteristic.h Fri Mar 13 09:57:57 2015 +0000 +++ b/public/GattCharacteristic.h Mon Mar 23 16:28:09 2015 +0000 @@ -312,11 +312,6 @@ * A pointer to an array of descriptors to be included within this characteristic * @param[in] numDescriptors * The number of descriptors - * @param[in] writeAuthorizationIn - * Do the attribute(s) of this characteristic have write - * authorization enabled? if so, Write Authorization will be - * requested from the application on every write request - * operation (but not write command). * * @NOTE: If valuePtr == NULL, initialLength == 0, and properties == READ * for the value attribute of a characteristic, then that particular