aboutsummaryrefslogtreecommitdiff
path: root/src/Mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mgmt.h')
-rw-r--r--src/Mgmt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mgmt.h b/src/Mgmt.h
index c58c9bc..dfd5b95 100644
--- a/src/Mgmt.h
+++ b/src/Mgmt.h
@@ -41,6 +41,8 @@
#include "HciAdapter.h"
#include "Utils.h"
+namespace ggk {
+
struct Mgmt
{
//
@@ -211,3 +213,5 @@ private:
// A constant referring to a 'non-controller' (for commands that do not require a controller index)
static const uint16_t kNonController = 0xffff;
};
+
+}; // namespace ggk \ No newline at end of file