fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jun 08 10:41:19 2015 +0100
Parent:
421:e8e1eb82b99e
Child:
423:c4436674db7b
Commit message:
Synchronized with git rev 9f26d2a3
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	Mon Jun 08 10:41:19 2015 +0100
+++ b/public/UUID.h	Mon Jun 08 10:41:19 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