Home
last modified time | relevance | path

Searched refs:fcr_present (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c153 sdp_cb.l2cap_my_cfg.fcr_present = TRUE; in sdp_init()
272 if (cfg.fcr_present) { in sdp_connect_ind()
278 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_ind()
282 cfg.fcr_present = FALSE; in sdp_connect_ind()
324 if (cfg.fcr_present) { in sdp_connect_cfm()
330 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_cfm()
333 cfg.fcr_present = FALSE; in sdp_connect_cfm()
407 if (p_cfg->fcr_present) { in sdp_config_ind()
431 p_cfg->fcr_present = FALSE; in sdp_config_ind()
503 if (p_cfg->fcr_present) { in sdp_config_cfm()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1749 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE) { in l2c_fcr_adj_our_req_options()
1758 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_adj_our_req_options()
1769 p_cfg->fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
1819 p_ccb->our_cfg.fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
1878 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
1880 if (p_cfg->fcr_present) { in l2c_fcr_adj_our_rsp_options()
1921 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_renegotiate_chan()
1927 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
1965 p_ccb->our_cfg.fcr_present = TRUE; in l2c_fcr_renegotiate_chan()
2019 … p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, p_ccb->ertm_info.preferred_mode, in l2c_fcr_process_peer_cfg_req()
[all …]
Dl2c_main.c532 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
561 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
623 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
652 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
Dl2cap_client.c248 if (requested_parameters->fcr_present) { in config_request_cb()
250 response.fcr_present = true; in config_request_cb()
Dl2c_utils.c674 if (p_cfg->fcr_present) { in l2cu_send_peer_config_req()
718 if (p_cfg->fcr_present) { in l2cu_send_peer_config_req()
775 if (p_cfg->fcr_present) { in l2cu_send_peer_config_rsp()
816 if (p_cfg->fcr_present) { in l2cu_send_peer_config_rsp()
1979 if (!p_cfg->fcr_present) { in l2cu_process_peer_cfg_req()
1988 if ( (p_cfg->fcr_present == FALSE) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) { in l2cu_process_peer_cfg_req()
2072 p_cfg->fcr_present = FALSE; in l2cu_process_peer_cfg_req()
2098 if (p_cfg->fcr_present) { in l2cu_process_peer_cfg_rsp()
2139 if (p_cfg->fcr_present) { in l2cu_process_our_cfg_req()
2171 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_api.c477 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
491 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) { in L2CA_ConfigReq()
527 …id, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pre… in L2CA_ConfigRsp()
538 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */ in L2CA_ConfigRsp()
2071 if (p_ccb->our_cfg.fcr_present) { in L2CA_GetCurrentConfig()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c202 if ( p_ccb->cfg.fcr_present ) { in GAP_ConnOpen()
928 if (p_ccb->cfg.fcr_present) { in gap_config_cfm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c587 cfg.fcr_present = TRUE; in rfc_mx_send_config_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h162 BOOLEAN fcr_present; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c528 cfg.fcr_present = TRUE; in btc_l2cap_start_srv()
661 cfg.fcr_present = TRUE; in btc_l2cap_connect()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1326 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_connect()
1489 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_start_server()