High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GattCharacteristic.cpp
- Revision:
- 4:50a31ff5f974
- Parent:
- 2:ffc5216bd2cc
- Child:
- 23:f19c60478e1b
--- 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 */