Loading system/gd/hci/le_scanning_reassembler.cc +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ LeScanningReassembler::ProcessAdvertisingReport( // the previous data as safety measure if the report is not a scan // response. if (is_legacy && !is_scan_response) { log::debug("Dropping repeated legacy advertising data"); log::verbose("Dropping repeated legacy advertising data"); RemoveFragment(key); } Loading system/stack/gatt/gatt_attr.cc +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ static void gatt_cl_op_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op, loghex(static_cast<uint8_t>(conn_id))); if (op != GATTC_OPTYPE_READ && op != GATTC_OPTYPE_WRITE) { log::debug("Not interested in opcode {}", op); log::verbose("Not interested in opcode {}", op); return; } Loading Loading
system/gd/hci/le_scanning_reassembler.cc +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ LeScanningReassembler::ProcessAdvertisingReport( // the previous data as safety measure if the report is not a scan // response. if (is_legacy && !is_scan_response) { log::debug("Dropping repeated legacy advertising data"); log::verbose("Dropping repeated legacy advertising data"); RemoveFragment(key); } Loading
system/stack/gatt/gatt_attr.cc +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ static void gatt_cl_op_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op, loghex(static_cast<uint8_t>(conn_id))); if (op != GATTC_OPTYPE_READ && op != GATTC_OPTYPE_WRITE) { log::debug("Not interested in opcode {}", op); log::verbose("Not interested in opcode {}", op); return; } Loading