Microbug / BLE_API_FOTA

Fork of BLE_API by Bluetooth Low Energy

Revision:
67:0fac4e99f29b
Parent:
65:100b50423049
Child:
71:ff3e3bdf4514
diff -r 14120914e08b -r 0fac4e99f29b GattCharacteristic.h
--- a/GattCharacteristic.h	Thu Jun 05 08:22:59 2014 +0100
+++ b/GattCharacteristic.h	Thu Jun 05 08:48:51 2014 +0100
@@ -342,11 +342,11 @@
                                      *BLE_GATT_CPF_NAMESPACES. */
     } presentation_format_t;
 
-    GattCharacteristic(uint16_t uuid = 0,
+    GattCharacteristic(ShortUUID_t uuid = 0,
                        uint16_t minLen = 1,
                        uint16_t maxLen = 1,
                        uint8_t  properties = 0);
-    GattCharacteristic(const uint8_t longUUID[UUID::LENGTH_OF_LONG_UUID],
+    GattCharacteristic(const LongUUID_t longUUID,
                        uint16_t minLen = 1,
                        uint16_t maxLen = 1,
                        uint8_t  properties = 0);