Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc164 if (cfg.fcr_present) { in sdp_connect_ind()
172 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_ind()
176 cfg.fcr_present = false; in sdp_connect_ind()
218 if (cfg.fcr_present) { in sdp_connect_cfm()
226 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_cfm()
229 cfg.fcr_present = false; in sdp_connect_cfm()
300 if (p_cfg->fcr_present) { in sdp_config_ind()
331 p_cfg->fcr_present = false; in sdp_config_ind()
393 if (p_cfg->fcr_present) { in sdp_config_cfm()
395 cfg.fcr_present = false; in sdp_config_cfm()
/system/bt/stack/avct/
Davct_l2c_br.cc145 cfg.fcr_present = true; in avct_l2c_br_connect_ind_cback()
211 cfg.fcr_present = true; in avct_l2c_br_connect_cfm_cback()
/system/bt/stack/l2cap/
Dl2c_fcr.cc1924 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE) { in l2c_fcr_adj_our_req_options()
1938 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_adj_our_req_options()
1950 p_cfg->fcr_present = false; in l2c_fcr_adj_our_req_options()
2009 p_ccb->our_cfg.fcr_present = false; in l2c_fcr_adj_our_req_options()
2067 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
2069 if (p_cfg->fcr_present) { in l2c_fcr_adj_our_rsp_options()
2111 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
2116 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
2160 p_ccb->our_cfg.fcr_present = true; in l2c_fcr_renegotiate_chan()
2216 p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, in l2c_fcr_process_peer_cfg_req()
[all …]
Dl2c_main.cc465 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
521 cfg_info.fcr_present = true; in process_l2cap_cmd()
614 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
649 cfg_info.fcr_present = true; in process_l2cap_cmd()
Dl2c_utils.cc554 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
597 if (p_cfg->fcr_present) { in l2cu_send_peer_config_req()
650 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
693 if (p_cfg->fcr_present) { in l2cu_send_peer_config_rsp()
1858 if (!p_cfg->fcr_present) p_cfg->fcr.mode = L2CAP_FCR_BASIC_MODE; in l2cu_process_peer_cfg_req()
1865 if ((!p_cfg->fcr_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) in l2cu_process_peer_cfg_req()
1944 if (fcr_ok) p_cfg->fcr_present = false; in l2cu_process_peer_cfg_req()
1967 if (p_cfg->fcr_present) { in l2cu_process_peer_cfg_rsp()
2010 if (p_cfg->fcr_present) { in l2cu_process_our_cfg_req()
2038 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_api.cc854 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
867 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) { in L2CA_ConfigReq()
908 p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
920 p_cfg->fcr_present = in L2CA_ConfigRsp()
/system/bt/stack/include/
Dl2c_api.h141 bool fcr_present; member
/system/bt/stack/gap/
Dgap_conn.cc237 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen()
943 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
/system/bt/main/shim/
Dl2cap.cc371 .fcr_present = false, in ConfigRequest()
/system/bt/btif/src/
Dbtif_sock_l2cap.cc868 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = obex_l2c_fcr_opts_def}); in btsock_l2cap_server_listen()
927 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = obex_l2c_fcr_opts_def}); in btsock_l2cap_listen_or_connect()
/system/bt/bta/jv/
Dbta_jv_act.cc921 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_connect()
1074 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_start_server()