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

Commit 78531015 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "RootCanal: Fix link layer's Remote Name Response"

parents 1edf39ec c0186a36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -741,7 +741,7 @@ void LinkLayerController::IncomingRemoteNameRequestResponse(

  if (IsEventUnmasked(EventCode::REMOTE_NAME_REQUEST_COMPLETE)) {
    send_event_(bluetooth::hci::RemoteNameRequestCompleteBuilder::Create(
        ErrorCode::SUCCESS, packet.GetSourceAddress(), name_));
        ErrorCode::SUCCESS, packet.GetSourceAddress(), view.GetName()));
  }
}