Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.cc464 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
538 cfg_info.fcs_present = true; in process_l2cap_cmd()
613 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
659 cfg_info.fcs_present = true; in process_l2cap_cmd()
Dl2c_api.cc840 p_cfg->fcs_present = false; in L2CA_ConfigReq()
875 p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
2018 if (p_ccb->our_cfg.fcs_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCS; in L2CA_GetCurrentConfig()
Dl2c_fcr.cc1981 p_cfg->fcs_present = false; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
2032 p_cfg->fcs_present = false; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
2189 p_ccb->our_cfg.fcs_present = false; in l2c_fcr_renegotiate_chan()
2297 if (p_cfg->fcs_present) { in l2c_fcr_process_peer_cfg_req()
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()
2030 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2cu_process_our_cfg_req()
2033 p_cfg->fcs_present = false; in l2cu_process_our_cfg_req()
/system/bt/stack/include/
Dl2c_api.h167 bool fcs_present; /* Optionally bypasses FCS checks */ member
/system/bt/stack/gap/
Dgap_conn.cc914 p_cfg->fcs_present = false; in gap_config_ind()