High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
11:200931be5617
Parent:
2:ffc5216bd2cc
Child:
23:f19c60478e1b
diff -r f905b036bb07 -r 200931be5617 GattService.h
--- 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 &);
 };