High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GattService.h
- Revision:
- 54:7014517e2d60
- Parent:
- 34:da2ea8cd6216
- Child:
- 66:14120914e08b
--- a/GattService.h Thu May 29 08:16:31 2014 +0100 +++ b/GattService.h Thu May 29 08:17:36 2014 +0100 @@ -34,8 +34,8 @@ private: public: - GattService(uint8_t[16]); /* 128-bit Base UUID */ - GattService(uint16_t); /* 16-bit BLE UUID */ + GattService(const uint8_t[16]); /* 128-bit Base UUID */ + GattService(uint16_t); /* 16-bit BLE UUID */ virtual ~GattService(void); UUID primaryServiceID;