High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
31:2c94f0501807
Parent:
27:4a83843f04b0
Child:
34:da2ea8cd6216
--- a/GattCharacteristic.cpp	Fri Jan 17 14:25:29 2014 +0000
+++ b/GattCharacteristic.cpp	Tue Apr 01 11:04:56 2014 +0100
@@ -52,7 +52,7 @@
     memcpy(&properties, &props, 1);
     lenMin = minLen;
     lenMax = maxLen;
-    handle = 0;
+//    handle = 0;
 }
 
 /**************************************************************************/