High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 625:3882ae21df26, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:55 2015 +0100
- Parent:
- 624:48c53a0db969
- Child:
- 626:f998812a3a94
- Commit message:
- Synchronized with git rev ff8ff267
Author: Rohit Grover
define operator!= for UUID
Changed in this revision
public/UUID.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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