aboutsummaryrefslogtreecommitdiff
path: root/src/HciSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HciSocket.h')
-rw-r--r--src/HciSocket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HciSocket.h b/src/HciSocket.h
index 45f5538..d968dc5 100644
--- a/src/HciSocket.h
+++ b/src/HciSocket.h
@@ -36,6 +36,8 @@
#include <stdint.h>
#include <vector>
+namespace ggk {
+
class HciSocket
{
public:
@@ -88,3 +90,5 @@ private:
const int kRetryIntervalMS = 20;
const int kMaxRetryTimeMS = 5000;
};
+
+}; // namespace ggk \ No newline at end of file