High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
480:67700bd40bd3
Parent:
464:c99b83a7ea55
Child:
483:7595444f93d6
--- a/public/UUID.h	Fri Jun 19 15:52:00 2015 +0100
+++ b/public/UUID.h	Fri Jun 19 15:52:00 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