Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc188 if (cfg.fcr_present) { in sdp_connect_ind()
196 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_ind()
200 cfg.fcr_present = false; in sdp_connect_ind()
242 if (cfg.fcr_present) { in sdp_connect_cfm()
250 if ((!L2CA_ConfigReq(l2cap_cid, &cfg)) && cfg.fcr_present && in sdp_connect_cfm()
253 cfg.fcr_present = false; in sdp_connect_cfm()
324 if (p_cfg->fcr_present) { in sdp_config_ind()
355 p_cfg->fcr_present = false; in sdp_config_ind()
417 if (p_cfg->fcr_present) { in sdp_config_cfm()
419 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.cc1954 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE) { in l2c_fcr_adj_our_req_options()
1968 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_adj_our_req_options()
1980 p_cfg->fcr_present = false; in l2c_fcr_adj_our_req_options()
2041 p_ccb->our_cfg.fcr_present = false; in l2c_fcr_adj_our_req_options()
2099 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
2101 if (p_cfg->fcr_present) { in l2c_fcr_adj_our_rsp_options()
2143 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
2148 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
2186 p_ccb->our_cfg.fcr_present = true; in l2c_fcr_renegotiate_chan()
2242 p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, in l2c_fcr_process_peer_cfg_req()
[all …]
Dl2c_main.cc464 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
520 cfg_info.fcr_present = true; in process_l2cap_cmd()
613 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
648 cfg_info.fcr_present = true; in process_l2cap_cmd()
Dl2cap_client.cc240 if (requested_parameters->fcr_present) { in config_request_cb()
242 response.fcr_present = true; in config_request_cb()
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()
1856 if (!p_cfg->fcr_present) p_cfg->fcr.mode = L2CAP_FCR_BASIC_MODE; in l2cu_process_peer_cfg_req()
1863 if ((!p_cfg->fcr_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) in l2cu_process_peer_cfg_req()
1942 if (fcr_ok) p_cfg->fcr_present = false; in l2cu_process_peer_cfg_req()
1965 if (p_cfg->fcr_present) { in l2cu_process_peer_cfg_rsp()
2008 if (p_cfg->fcr_present) { in l2cu_process_our_cfg_req()
2039 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_api.cc825 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
838 if ((!p_cfg->fcr_present) || (p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) { in L2CA_ConfigReq()
875 p_cfg->fcr_present, p_cfg->fcs_present); in L2CA_ConfigRsp()
887 p_cfg->fcr_present = in L2CA_ConfigRsp()
2017 if (p_ccb->our_cfg.fcr_present) *p_our_cfg_bits |= L2CAP_CH_CFG_MASK_FCR; in L2CA_GetCurrentConfig()
/system/bt/stack/gap/
Dgap_conn.cc267 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen()
943 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
/system/bt/stack/include/
Dl2c_api.h165 bool fcr_present; member
/system/bt/btif/src/
Dbtif_sock_l2cap.cc861 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = obex_l2c_fcr_opts_def}); in btsock_l2cap_server_listen()
920 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.cc919 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_connect()
1072 if (cfg.fcr_present && cfg.fcr.mode == L2CAP_FCR_ERTM_MODE) { in bta_jv_l2cap_start_server()