Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.c194 if (cfg.fcr_present) in sdp_connect_ind()
201 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_ind()
206 cfg.fcr_present = FALSE; in sdp_connect_ind()
250 if (cfg.fcr_present) in sdp_connect_cfm()
257 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_present in sdp_connect_cfm()
261 cfg.fcr_present = FALSE; in sdp_connect_cfm()
339 if (p_cfg->fcr_present) in sdp_config_ind()
369 p_cfg->fcr_present = FALSE; in sdp_config_ind()
434 if (p_cfg->fcr_present) in sdp_config_cfm()
437 cfg.fcr_present = FALSE; in sdp_config_cfm()
/system/bt/stack/l2cap/
Dl2c_fcr.c1846 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE) in l2c_fcr_adj_our_req_options()
1856 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_adj_our_req_options()
1870 p_cfg->fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
1930 p_ccb->our_cfg.fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
1993 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
1995 if (p_cfg->fcr_present) in l2c_fcr_adj_our_rsp_options()
2038 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
2044 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
2090 p_ccb->our_cfg.fcr_present = TRUE; in l2c_fcr_renegotiate_chan()
2147 … 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.c503 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
534 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
605 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
636 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
Dl2cap_client.c238 if (requested_parameters->fcr_present) { in config_request_cb()
240 response.fcr_present = true; in config_request_cb()
Dl2c_utils.c604 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
649 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
706 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
749 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
1922 if (!p_cfg->fcr_present) in l2cu_process_peer_cfg_req()
1932 if ( (p_cfg->fcr_present == FALSE) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in l2cu_process_peer_cfg_req()
2028 p_cfg->fcr_present = FALSE; in l2cu_process_peer_cfg_req()
2052 if (p_cfg->fcr_present) in l2cu_process_peer_cfg_rsp()
2095 if (p_cfg->fcr_present) in l2cu_process_our_cfg_req()
2130 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_api.c496 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
510 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) in L2CA_ConfigReq()
548 …cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
561 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */ in L2CA_ConfigRsp()
1754 if (p_ccb->our_cfg.fcr_present) in L2CA_GetCurrentConfig()
/system/bt/stack/gap/
Dgap_conn.c200 if( p_ccb->cfg.fcr_present ) in GAP_ConnOpen()
954 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
/system/bt/stack/mcap/
Dmca_main.c277 p_cfg->fcr_present = TRUE; in mca_set_cfg_by_tbl()
/system/bt/stack/include/
Dl2c_api.h160 BOOLEAN fcr_present; member
/system/bt/btif/src/
Dbtif_sock_l2cap.c849 cfg.fcr_present = TRUE; in btSock_start_l2cap_server_l()
914 cfg.fcr_present = TRUE; in btsock_l2cap_listen_or_connect()
/system/bt/bta/jv/
Dbta_jv_act.c1078 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_connect()
1243 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_start_server()