BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
67:0fac4e99f29b
Parent:
54:7014517e2d60
Child:
69:2fd349295d2c
--- a/GattService.cpp	Thu Jun 05 08:22:59 2014 +0100
+++ b/GattService.cpp	Thu Jun 05 08:48:51 2014 +0100
@@ -36,7 +36,7 @@
     @endcode
 */
 /**************************************************************************/
-GattService::GattService(const uint8_t base_uuid[16]) :
+GattService::GattService(const LongUUID_t base_uuid) :
     primaryServiceID(base_uuid),
     characteristicCount(0),
     characteristics(),