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: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/DiscoveredCharacteristic.h
- Revision:
- 741:d6dceefb844e
- Parent:
- 728:997ba5e7b3b6
- Child:
- 894:29ccb97e1d64
--- a/ble/DiscoveredCharacteristic.h Tue Jul 21 13:25:38 2015 +0100
+++ b/ble/DiscoveredCharacteristic.h Tue Jul 21 13:25:38 2015 +0100
@@ -140,8 +140,8 @@
}
public:
- UUID::ShortUUIDBytes_t getShortUUID(void) const {
- return uuid.getShortUUID();
+ const UUID& getUUID(void) const {
+ return uuid;
}
const Properties_t& getProperties(void) const {
