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

Commit 491dec05 authored by Myles Watson's avatar Myles Watson
Browse files

RootCanal: Send LeReadRemoteFeaturesStatus

Bug: 180748274
Test: cert/run LeAclManagerTest
Tag: #root-canal
Change-Id: I6184560ed739563af1cc8224271c40f724f56577
parent 1550f80f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2182,7 +2182,7 @@ void DualModeController::LeReadRemoteFeatures(CommandView command) {
  auto status = link_layer_controller_.SendCommandToRemoteByHandle(
      OpCode::LE_READ_REMOTE_FEATURES, command_view.GetPayload(), handle);

  auto packet = bluetooth::hci::LeConnectionUpdateStatusBuilder::Create(
  auto packet = bluetooth::hci::LeReadRemoteFeaturesStatusBuilder::Create(
      status, kNumCommandPackets);
  send_event_(std::move(packet));
}