diff options
-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)) { |