Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: GattService.cpp
- Revision:
- 67:0fac4e99f29b
- Parent:
- 54:7014517e2d60
- Child:
- 69:2fd349295d2c
--- a/GattService.cpp Thu Jun 05 08:22:59 2014 +0100
+++ b/GattService.cpp Thu Jun 05 08:48:51 2014 +0100
@@ -36,7 +36,7 @@
@endcode
*/
/**************************************************************************/
-GattService::GattService(const uint8_t base_uuid[16]) :
+GattService::GattService(const LongUUID_t base_uuid) :
primaryServiceID(base_uuid),
characteristicCount(0),
characteristics(),
