aboutsummaryrefslogtreecommitdiff
path: root/src/GattCharacteristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattCharacteristic.h')
-rw-r--r--src/GattCharacteristic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattCharacteristic.h b/src/GattCharacteristic.h
index e7052dc..3815b2a 100644
--- a/src/GattCharacteristic.h
+++ b/src/GattCharacteristic.h
@@ -41,6 +41,8 @@
#include "TickEvent.h"
#include "GattInterface.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -217,3 +219,5 @@ protected:
GattService &service;
UpdatedValueCallback pOnUpdatedValueFunc;
};
+
+}; // namespace ggk \ No newline at end of file