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:
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;
 };