Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.cc465 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
539 cfg_info.fcs_present = true; in process_l2cap_cmd()
614 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
660 cfg_info.fcs_present = true; in process_l2cap_cmd()
Dl2c_fcr.cc1951 p_cfg->fcs_present = false; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
2000 p_cfg->fcs_present = false; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
2163 p_ccb->our_cfg.fcs_present = false; in l2c_fcr_renegotiate_chan()
2271 if (p_cfg->fcs_present) { in l2c_fcr_process_peer_cfg_req()
Dl2c_api.cc869 p_cfg->fcs_present = false; in L2CA_ConfigReq()
908 p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
Dl2c_utils.cc556 if (p_cfg->fcs_present) in l2cu_send_peer_config_req()
608 if (p_cfg->fcs_present) { in l2cu_send_peer_config_req()
2029 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2cu_process_our_cfg_req()
2032 p_cfg->fcs_present = false; in l2cu_process_our_cfg_req()
/system/bt/stack/include/
Dl2c_api.h143 bool fcs_present; /* Optionally bypasses FCS checks */ member
/system/bt/main/shim/
Dl2cap.cc372 .fcs_present = false, in ConfigRequest()
/system/bt/stack/gap/
Dgap_conn.cc914 p_cfg->fcs_present = false; in gap_config_ind()