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.h
- Revision:
- 11:200931be5617
- Parent:
- 4:50a31ff5f974
- Child:
- 23:f19c60478e1b
--- a/GattCharacteristic.h Mon Dec 16 20:00:05 2013 +0000
+++ b/GattCharacteristic.h Tue Dec 17 17:28:41 2013 +0000
@@ -15,7 +15,7 @@
uint16_t uuid; /* Characteristic UUID */
uint16_t lenMin; /* Minimum length of the value */
uint16_t lenMax; /* Maximum length of the value */
- uint8_t index;
+ uint8_t handle;
uint8_t properties;
};
