aboutsummaryrefslogtreecommitdiff
path: root/src/GattService.cpp
diff options
context:
space:
mode:
authorPaul Nettle <nettle.paul@gmail.com>2017-09-01 13:23:34 -0500
committerPaul Nettle <nettle.paul@gmail.com>2017-09-01 13:23:34 -0500
commit322aeccbe9065863246078da3a945e8f9983d2c5 (patch)
tree5288c9f4a338e80e6e9ac4ed9e682536b3e6871d /src/GattService.cpp
parentRemoved null-terminators from strings being built into Variants as byte arrays. (diff)
downloadgobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.tar.gz
gobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.tar.bz2
gobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.zip
Cleaned up the logging a bit, improved server termination status returned from ggkWait.
Diffstat (limited to 'src/GattService.cpp')
-rw-r--r--src/GattService.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattService.cpp b/src/GattService.cpp
index b5b0b84..7f6d324 100644
--- a/src/GattService.cpp
+++ b/src/GattService.cpp
@@ -42,6 +42,8 @@
#include "DBusObject.h"
#include "GattCharacteristic.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Representation of a Bluetooth GATT Service
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -91,3 +93,5 @@ GattCharacteristic &GattService::gattCharacteristicBegin(const std::string &path
characteristic.addProperty<GattCharacteristic>("Flags", flags);
return characteristic;
}
+
+}; // namespace ggk \ No newline at end of file