diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-06 18:48:45 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-09-06 18:48:45 +0200 |
commit | a167d6e68e634a70af442cd86e43fd9223b1431c (patch) | |
tree | 5b229f945fe5ffe4194c39b1a9a2f7d7d4b5f55a /ble | |
parent | ee95df36af1645f5eab9b94b86d4e77e06f7d247 (diff) | |
download | ble-toys-a167d6e68e634a70af442cd86e43fd9223b1431c.tar.gz ble-toys-a167d6e68e634a70af442cd86e43fd9223b1431c.tar.bz2 ble-toys-a167d6e68e634a70af442cd86e43fd9223b1431c.tar.xz ble-toys-a167d6e68e634a70af442cd86e43fd9223b1431c.zip |
o Removing debugging.
Diffstat (limited to 'ble')
-rw-r--r-- | ble/LinuxBluetooth.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ble/LinuxBluetooth.cpp b/ble/LinuxBluetooth.cpp index b546a73..541093b 100644 --- a/ble/LinuxBluetooth.cpp +++ b/ble/LinuxBluetooth.cpp @@ -431,10 +431,6 @@ AttVariant LinuxBluetoothGatt::processAvailableMessages(ByteBuffer &buffer) { auto type = static_cast<AttPduType>(packet_buffer.get8(0)); LOG_DEBUG("Got ATT message " << to_string(type) << ", size: " << to_string(r)); - if (type == AttPduType::READ_BY_GROUP_TYPE_RES) { - LOG_DEBUG("READ_BY_GROUP_TYPE_REQ!!"); - } - auto v = AttPdu::parse(packet_buffer); if (holds_alternative<ExchangeMtuReq>(v)) { |