High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: GattService.h
- Revision:
- 67:0fac4e99f29b
- Parent:
- 66:14120914e08b
- Child:
- 69:2fd349295d2c
--- a/GattService.h Thu Jun 05 08:22:59 2014 +0100 +++ b/GattService.h Thu Jun 05 08:48:51 2014 +0100 @@ -34,8 +34,8 @@ private: public: - GattService(const uint8_t[UUID::LENGTH_OF_LONG_UUID]); - GattService(uint16_t); /* 16-bit BLE UUID */ + GattService(const LongUUID_t); + GattService(ShortUUID_t); /* 16-bit BLE UUID */ virtual ~GattService(void); UUID primaryServiceID;