aboutsummaryrefslogtreecommitdiff
path: root/src/GattUuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattUuid.h')
-rw-r--r--src/GattUuid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattUuid.h b/src/GattUuid.h
index ee89332..9d95754 100644
--- a/src/GattUuid.h
+++ b/src/GattUuid.h
@@ -69,6 +69,8 @@
#include <iostream>
#include "Logger.h"
+namespace ggk {
+
// "0000180A-0000-1000-8000-00805f9b34fb"
struct GattUuid
{
@@ -280,3 +282,5 @@ private:
std::string uuid;
int bitCount;
};
+
+}; // namespace ggk \ No newline at end of file