Home
last modified time | relevance | path

Searched refs:fcs_present (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_main.cc484 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
561 cfg_info.fcs_present = true; in process_l2cap_cmd()
639 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
700 cfg_info.fcs_present = true; in process_l2cap_cmd()
Dl2c_fcr.cc1741 p_ccb->our_cfg.fcs_present = false; in l2c_fcr_renegotiate_chan()
1840 if (p_cfg->fcs_present) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.cc582 if (p_cfg->fcs_present) in l2cu_send_peer_config_req()
634 if (p_cfg->fcs_present) { in l2cu_send_peer_config_req()
1984 p_cfg->fcs_present = false; in l2cu_process_our_cfg_req()
/system/bt/stack/include/
Dl2c_api.h156 bool fcs_present; /* Optionally bypasses FCS checks */ member