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
Diff: GattCharacteristic.cpp
- Revision:
- 4:50a31ff5f974
- Parent:
- 2:ffc5216bd2cc
- Child:
- 23:f19c60478e1b
diff -r 46de446e82ed -r 50a31ff5f974 GattCharacteristic.cpp
--- a/GattCharacteristic.cpp Wed Dec 11 22:15:59 2013 +0000
+++ b/GattCharacteristic.cpp Thu Dec 12 02:20:54 2013 +0000
@@ -25,7 +25,7 @@
@code
// UUID = 0x2A19, Min length 2, Max len = 2, Properties = write
- GattCharacteristic c = GattCharacteristic( 0x2A19, 2, 2, 0x08 );
+ GattCharacteristic c = GattCharacteristic( 0x2A19, 2, 2, BLE_GATT_CHAR_PROPERTIES_WRITE );
@endcode
*/
