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

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

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

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

Change-Id: I46fdc31e207384fdbb462787355c53e7efa231c7
parents ad900216 b4f77c79
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;