Searched refs:fcr_present (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.c | 194 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/ |
D | l2c_fcr.c | 1846 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 …]
|
D | l2c_main.c | 503 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()
|
D | l2cap_client.c | 238 if (requested_parameters->fcr_present) { in config_request_cb() 240 response.fcr_present = true; in config_request_cb()
|
D | l2c_utils.c | 604 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()
|
D | l2c_api.c | 496 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/ |
D | gap_conn.c | 200 if( p_ccb->cfg.fcr_present ) in GAP_ConnOpen() 954 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
|
/system/bt/stack/mcap/ |
D | mca_main.c | 277 p_cfg->fcr_present = TRUE; in mca_set_cfg_by_tbl()
|
/system/bt/stack/include/ |
D | l2c_api.h | 160 BOOLEAN fcr_present; member
|
/system/bt/btif/src/ |
D | btif_sock_l2cap.c | 849 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/ |
D | bta_jv_act.c | 1078 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()
|