Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c532 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
571 cfg_info.fcs_present = TRUE; in process_l2cap_cmd()
623 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
662 cfg_info.fcs_present = TRUE; in process_l2cap_cmd()
Dl2c_api.c493 p_cfg->fcs_present = FALSE; in L2CA_ConfigReq()
527 …_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
2074 if (p_ccb->our_cfg.fcs_present) { in L2CA_GetCurrentConfig()
Dl2c_fcr.c1770 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
1813 p_cfg->fcs_present = FALSE; /* Illegal to use FCS option in basic mode */ in l2c_fcr_adj_our_req_options()
1968 p_ccb->our_cfg.fcs_present = FALSE; in l2c_fcr_renegotiate_chan()
2070 if (p_cfg->fcs_present) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.c677 if (p_cfg->fcs_present) { in l2cu_send_peer_config_req()
729 if (p_cfg->fcs_present) { in l2cu_send_peer_config_req()
2160 if (p_cfg->fcs_present && p_cfg->fcs == L2CAP_CFG_FCS_BYPASS) { in l2cu_process_our_cfg_req()
2164 p_cfg->fcs_present = FALSE; in l2cu_process_our_cfg_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h164 BOOLEAN fcs_present; /* Optionally bypasses FCS checks */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c895 p_cfg->fcs_present = FALSE; in gap_config_ind()