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

Commit e3034718 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "RootCanal: Remove scan response log" am: 753f25dc am: 5c76f639 am: f3b7f253

am: ac9365b7

Change-Id: I72d5640285bb92ea328abb7c963290f2e41aab19
parents 777e661c ac9365b7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -553,7 +553,6 @@ void LinkLayerController::IncomingLeScanResponsePacket(LinkLayerPacketView incom
                                          incoming.GetSourceAddress(), ad, GetRssi())) {
    LOG_INFO(LOG_TAG, "Couldn't add the scan response.");
  } else {
    LOG_INFO(LOG_TAG, "Sending scan response");
    send_event_(le_adverts->ToVector());
  }
}
@@ -588,7 +587,6 @@ void LinkLayerController::IncomingPageResponsePacket(LinkLayerPacketView incomin
    LOG_WARN(LOG_TAG, "%s: No free handles", __func__);
    return;
  }
  LOG_INFO(LOG_TAG, "%s: Sending CreateConnectionComplete", __func__);
  send_event_(EventPacketBuilder::CreateConnectionCompleteEvent(hci::Status::SUCCESS, handle,
                                                                incoming.GetSourceAddress(), hci::LinkType::ACL, false)
                  ->ToVector());