High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
23:f19c60478e1b
Parent:
4:50a31ff5f974
Child:
27:4a83843f04b0
--- a/GattCharacteristic.cpp	Tue Jan 07 10:54:02 2014 +0000
+++ b/GattCharacteristic.cpp	Tue Jan 07 19:58:06 2014 +0000
@@ -36,6 +36,7 @@
     memcpy(&properties, &props, 1);
     lenMin = minLen;
     lenMax = maxLen;
+    handle = 0;
 }
 
 /**************************************************************************/