Loading tools/rootcanal/model/controller/link_layer_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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())); } } Loading Loading
tools/rootcanal/model/controller/link_layer_controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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())); } } Loading