High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GattService.h
- Revision:
- 91:311bde45b251
- Parent:
- 75:d08bdef22500
- Child:
- 92:3781dc6f8c18
--- a/GattService.h Wed Jun 11 14:12:14 2014 +0100 +++ b/GattService.h Wed Jun 11 14:14:04 2014 +0100 @@ -34,7 +34,7 @@ private: public: - GattService(UUID uuid); + GattService(const UUID &uuid); virtual ~GattService(void); ble_error_t addCharacteristic(GattCharacteristic &);