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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: public/UUID.h
- Revision:
- 625:3882ae21df26
- Parent:
- 609:af4de765f47c
- Child:
- 628:e3b648dd2e36
--- a/public/UUID.h Fri Jun 19 15:52:55 2015 +0100
+++ b/public/UUID.h Fri Jun 19 15:52:55 2015 +0100
@@ -124,6 +124,10 @@
return false;
}
+ bool operator!= (const UUID &other) const {
+ return !(*this == other);
+ }
+
private:
UUID_Type_t type; // UUID_TYPE_SHORT or UUID_TYPE_LONG
LongUUIDBytes_t baseUUID; /* the base of the long UUID (if
