aboutsummaryrefslogtreecommitdiff
path: root/types/bluetooth/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'types/bluetooth/uuid.h')
-rw-r--r--types/bluetooth/uuid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/types/bluetooth/uuid.h b/types/bluetooth/uuid.h
index 9fda6b6f9..0fe5b5bd1 100644
--- a/types/bluetooth/uuid.h
+++ b/types/bluetooth/uuid.h
@@ -106,6 +106,9 @@ class Uuid final {
// Returns true if this UUID is equal to kEmpty
bool IsEmpty() const;
+ // Update UUID with new value
+ void UpdateUuid(const Uuid& uuid);
+
bool operator<(const Uuid& rhs) const;
bool operator==(const Uuid& rhs) const;
bool operator!=(const Uuid& rhs) const;