diff options
Diffstat (limited to 'LinuxBluetooth.cpp')
-rw-r--r-- | LinuxBluetooth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LinuxBluetooth.cpp b/LinuxBluetooth.cpp index 7733592..3d5cded 100644 --- a/LinuxBluetooth.cpp +++ b/LinuxBluetooth.cpp @@ -213,7 +213,7 @@ void LinuxBluetoothDevice::discoverServices() { } while (startHandle != 0xffff); for (auto &s : services) { - D << "service: " << to_string(s->getUuid()); + D << "service: " << to_string(s->getUuid()) << ", handle: " << s->getHandle() << ", end group handle: " << s->getEndGroupHandle(); } for (auto &s : services) { |