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:
11:200931be5617
Child:
27:4a83843f04b0
--- a/GattCharacteristic.h	Tue Jan 07 10:54:02 2014 +0000
+++ b/GattCharacteristic.h	Tue Jan 07 19:58:06 2014 +0000
@@ -9,7 +9,7 @@
 private:
 
 public:
-    GattCharacteristic(uint16_t uuid, uint16_t minLen, uint16_t maxLen, uint8_t properties);
+    GattCharacteristic(uint16_t uuid=0, uint16_t minLen=1, uint16_t maxLen=1, uint8_t properties=0);
     virtual ~GattCharacteristic(void);
 
     uint16_t uuid;              /* Characteristic UUID */