Loading system/gd/l2cap/classic/internal/signalling_manager.cc +2 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ void ClassicSignallingManager::OnConnectionRequest(SignalId signal_id, Psm psm, auto fcs_option = std::make_unique<FrameCheckSequenceOption>(); fcs_option->fcs_type_ = FcsType::NO_FCS; configuration_state.fcs_type_ = FcsType::NO_FCS; if (link_->GetRemoteSupportsFcs()) { fcs_option->fcs_type_ = FcsType::DEFAULT; configuration_state.fcs_type_ = FcsType::DEFAULT; Loading Loading @@ -240,6 +241,7 @@ void ClassicSignallingManager::OnConnectionResponse(SignalId signal_id, Cid remo auto fcs_option = std::make_unique<FrameCheckSequenceOption>(); fcs_option->fcs_type_ = FcsType::DEFAULT; configuration_state.fcs_type_ = FcsType::DEFAULT; if (!link_->GetRemoteSupportsFcs()) { fcs_option->fcs_type_ = FcsType::NO_FCS; configuration_state.fcs_type_ = FcsType::NO_FCS; Loading Loading
system/gd/l2cap/classic/internal/signalling_manager.cc +2 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ void ClassicSignallingManager::OnConnectionRequest(SignalId signal_id, Psm psm, auto fcs_option = std::make_unique<FrameCheckSequenceOption>(); fcs_option->fcs_type_ = FcsType::NO_FCS; configuration_state.fcs_type_ = FcsType::NO_FCS; if (link_->GetRemoteSupportsFcs()) { fcs_option->fcs_type_ = FcsType::DEFAULT; configuration_state.fcs_type_ = FcsType::DEFAULT; Loading Loading @@ -240,6 +241,7 @@ void ClassicSignallingManager::OnConnectionResponse(SignalId signal_id, Cid remo auto fcs_option = std::make_unique<FrameCheckSequenceOption>(); fcs_option->fcs_type_ = FcsType::DEFAULT; configuration_state.fcs_type_ = FcsType::DEFAULT; if (!link_->GetRemoteSupportsFcs()) { fcs_option->fcs_type_ = FcsType::NO_FCS; configuration_state.fcs_type_ = FcsType::NO_FCS; Loading