BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
91:311bde45b251
Parent:
90:f245e2d96aa0
Child:
92:3781dc6f8c18
--- a/GattService.cpp	Wed Jun 11 14:12:14 2014 +0100
+++ b/GattService.cpp	Wed Jun 11 14:14:04 2014 +0100
@@ -36,7 +36,7 @@
     @endcode
 */
 /**************************************************************************/
-GattService::GattService(UUID uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0)
+GattService::GattService(const UUID &uuid) : primaryServiceID(uuid), characteristicCount(0), characteristics(), handle(0)
 {
     /* empty */
 }