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.
Dependents: mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci mbed_EddystoneURL_Beacon_ssci
Fork of BLE_API by
Diff: public/ServiceDiscovery.h
- Revision:
- 466:5c2cb68e7c3b
- Parent:
- 465:8c4c61279f82
- Child:
- 467:143ca3152ffa
--- a/public/ServiceDiscovery.h Fri Jun 19 15:51:59 2015 +0100 +++ b/public/ServiceDiscovery.h Fri Jun 19 15:51:59 2015 +0100 @@ -44,8 +44,8 @@ } public: - UUID::ShortUUIDBytes_t getShortUUID(void) const { - return uuid.getShortUUID(); + const UUID &getUUID(void) const { + return uuid; } const GattAttribute::Handle_t& getStartHandle(void) const {