Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 1201:a7fa0e38db56, committed 2016-06-24
- Comitter:
- Cataract
- Date:
- Fri Jun 24 20:30:39 2016 +0000
- Parent:
- 1200:66159681aa21
- Commit message:
- first commit
Changed in this revision
ble/GattCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GattCharacteristic.h Wed Apr 06 19:16:08 2016 +0100 +++ b/ble/GattCharacteristic.h Fri Jun 24 20:30:39 2016 +0000 @@ -843,7 +843,7 @@ */ ReadWriteArrayGattCharacteristic<T, NUM_ELEMENTS>(const UUID &uuid, T valuePtr[NUM_ELEMENTS], - uint8_t additionalProperties = BLE_GATT_CHAR_PROPERTIES_NONE, + uint8_t additionalProperties = BLE_GATT_CHAR_PROPERTIES_NONE, GattAttribute *descriptors[] = NULL, unsigned numDescriptors = 0) : GattCharacteristic(uuid, reinterpret_cast<uint8_t *>(valuePtr), sizeof(T) * NUM_ELEMENTS, sizeof(T) * NUM_ELEMENTS,