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: GattService.h
- Revision:
- 11:200931be5617
- Parent:
- 2:ffc5216bd2cc
- Child:
- 23:f19c60478e1b
--- a/GattService.h Mon Dec 16 20:00:05 2013 +0000
+++ b/GattService.h Tue Dec 17 17:28:41 2013 +0000
@@ -28,7 +28,7 @@
UUID primaryServiceID;
uint8_t characteristicCount;
serialisedChar_t characteristics[BLE_SERVICE_MAX_CHARACTERISTICS];
- uint8_t index;
+ uint8_t handle;
ble_error_t addCharacteristic(GattCharacteristic &);
};
