Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f50cdde0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "RootCanal: Less verbose scan responses" am: b4f77c79 am: c4f08604...

Merge "RootCanal: Less verbose scan responses" am: b4f77c79 am: c4f08604 am: 7e99d767 am: 3e574ea8 am: 9279320e

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1879759

Change-Id: I33b73270ba9587185306df8a71704aa3921e0184
parents 4169002f 9279320e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1566,8 +1566,6 @@ void LinkLayerController::IncomingLeScanResponsePacket(
  auto adv_type = scan_response.GetAdvertisementType();
  auto address_type =
      static_cast<LeAdvertisement::AddressType>(scan_response.GetAddressType());
  LOG_INFO("Scan response with %s",
           bluetooth::hci::OpCodeText(le_scan_enable_).c_str());
  if (le_scan_enable_ == bluetooth::hci::OpCode::LE_SET_SCAN_ENABLE) {
    if (adv_type != model::packets::AdvertisementType::SCAN_RESPONSE) {
      return;