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

Commit 3cb3ef4e authored by Myles Watson's avatar Myles Watson
Browse files

RootCanal: Less verbose scan responses

Bug: 202018502
Test: cert/run
Tag: #feature
Change-Id: I69cb2190f4721e1532fa838c946df35333feb89c
parent 99cab193
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;