YUFEI JIANG / BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
75:d08bdef22500
Parent:
71:ff3e3bdf4514
Child:
82:9853676a88e6
--- a/GattCharacteristic.h	Fri Jun 06 11:30:56 2014 +0100
+++ b/GattCharacteristic.h	Fri Jun 06 14:14:46 2014 +0100
@@ -302,14 +302,8 @@
         uint16_t gatt_nsdesc;       /**< Namespace description from Bluetooth Assigned Numbers, normally '0', see @ref BLE_GATT_CPF_NAMESPACES. */
     } presentation_format_t;
 
-    GattCharacteristic(ShortUUID_t uuid = 0,
-                       uint16_t minLen = 1,
-                       uint16_t maxLen = 1,
-                       uint8_t  properties = 0);
-    GattCharacteristic(const LongUUID_t longUUID,
-                       uint16_t minLen = 1,
-                       uint16_t maxLen = 1,
-                       uint8_t  properties = 0);
+    GattCharacteristic(ShortUUID_t uuid = 0, uint16_t minLen = 1, uint16_t maxLen = 1, uint8_t  properties = 0);
+    GattCharacteristic(const LongUUID_t longUUID, uint16_t minLen = 1, uint16_t maxLen = 1, uint8_t  properties = 0);
     virtual ~GattCharacteristic(void);
 
 public: