Home
last modified time | relevance | path

Searched refs:fcs_type_ (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dchannel_configuration_state.h55 FcsType fcs_type_ = FcsType::DEFAULT; member
H A Dsignalling_manager.cc397 fcs_option->fcs_type_ = FcsType::NO_FCS; in SendInitialConfigRequest()
398 configuration_state.fcs_type_ = FcsType::NO_FCS; in SendInitialConfigRequest()
400 fcs_option->fcs_type_ = FcsType::DEFAULT; in SendInitialConfigRequest()
401 configuration_state.fcs_type_ = FcsType::DEFAULT; in SendInitialConfigRequest()
561 … configuration_state.fcs_type_ = FrameCheckSequenceOption::Specialize(option.get())->fcs_type_; in OnConfigurationResponse()
/aosp12/system/bt/gd/l2cap/internal/
H A Dsender.cc111 data_controller_->EnableFcs(config.fcs_type_ == FcsType::DEFAULT); in UpdateClassicConfiguration()