Searched refs:fcr_present (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.cc | 188 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/ |
D | avct_l2c_br.cc | 145 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/ |
D | l2c_fcr.cc | 1954 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 …]
|
D | l2c_main.cc | 464 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()
|
D | l2cap_client.cc | 240 if (requested_parameters->fcr_present) { in config_request_cb() 242 response.fcr_present = true; in config_request_cb()
|
D | l2c_utils.cc | 554 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()
|
D | l2c_api.cc | 825 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/ |
D | gap_conn.cc | 267 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen() 943 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
|
/system/bt/stack/include/ |
D | l2c_api.h | 165 bool fcr_present; member
|
/system/bt/btif/src/ |
D | btif_sock_l2cap.cc | 861 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/ |
D | bta_jv_act.cc | 919 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()
|