From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/GattUuid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattUuid.h') 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 #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 -- cgit v1.2.3