Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.c503 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
544 cfg_info.fcs_present = TRUE; in process_l2cap_cmd()
605 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
646 cfg_info.fcs_present = TRUE; in process_l2cap_cmd()
Dl2c_api.c513 p_cfg->fcs_present = FALSE; in L2CA_ConfigReq()
548 …_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
1756 if (p_ccb->our_cfg.fcs_present) in L2CA_GetCurrentConfig()
Dl2c_fcr.c1871 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
1922 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
2094 p_ccb->our_cfg.fcs_present = FALSE; in l2c_fcr_renegotiate_chan()
2204 if (p_cfg->fcs_present) in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.c606 if (p_cfg->fcs_present) in l2cu_send_peer_config_req()
661 if (p_cfg->fcs_present) in l2cu_send_peer_config_req()
2118 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) in l2cu_process_our_cfg_req()
2122 p_cfg->fcs_present = FALSE; in l2cu_process_our_cfg_req()
/system/bt/stack/mcap/
Dmca_main.c281 p_cfg->fcs_present = TRUE; in mca_set_cfg_by_tbl()
/system/bt/stack/include/
Dl2c_api.h162 BOOLEAN fcs_present; /* Optionally bypasses FCS checks */ member
/system/bt/stack/gap/
Dgap_conn.c921 p_cfg->fcs_present = FALSE; in gap_config_ind()