BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
54:7014517e2d60
Parent:
53:a1bec483c8e3
Child:
67:0fac4e99f29b
--- a/GattService.cpp	Thu May 29 08:16:31 2014 +0100
+++ b/GattService.cpp	Thu May 29 08:17:36 2014 +0100
@@ -36,7 +36,7 @@
     @endcode
 */
 /**************************************************************************/
-GattService::GattService(uint8_t base_uuid[16]) :
+GattService::GattService(const uint8_t base_uuid[16]) :
     primaryServiceID(base_uuid),
     characteristicCount(0),
     characteristics(),