Searched refs:fcr_present (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.cc | 164 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/ |
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 | 1924 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 …]
|
D | l2c_main.cc | 465 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()
|
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() 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()
|
D | l2c_api.cc | 854 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/ |
D | l2c_api.h | 141 bool fcr_present; member
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 237 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen() 943 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
|
/system/bt/main/shim/ |
D | l2cap.cc | 371 .fcr_present = false, in ConfigRequest()
|
/system/bt/btif/src/ |
D | btif_sock_l2cap.cc | 868 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/ |
D | bta_jv_act.cc | 921 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()
|