aboutsummaryrefslogtreecommitdiff
path: root/src/GattDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattDescriptor.h')
-rw-r--r--src/GattDescriptor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattDescriptor.h b/src/GattDescriptor.h
index cdda126..43adc61 100644
--- a/src/GattDescriptor.h
+++ b/src/GattDescriptor.h
@@ -40,6 +40,8 @@
#include "Utils.h"
#include "GattInterface.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -181,3 +183,5 @@ protected:
GattCharacteristic &characteristic;
UpdatedValueCallback pOnUpdatedValueFunc;
};
+
+}; // namespace ggk \ No newline at end of file