High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GattService.h
- Revision:
- 66:14120914e08b
- Parent:
- 54:7014517e2d60
- Child:
- 67:0fac4e99f29b
--- a/GattService.h Wed Jun 04 10:48:27 2014 +0100 +++ b/GattService.h Thu Jun 05 08:22:59 2014 +0100 @@ -34,7 +34,7 @@ private: public: - GattService(const uint8_t[16]); /* 128-bit Base UUID */ + GattService(const uint8_t[UUID::LENGTH_OF_LONG_UUID]); GattService(uint16_t); /* 16-bit BLE UUID */ virtual ~GattService(void);