Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c194 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()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_fcr.c1875 if (p_cfg->fcr_present && p_fcr->mode != L2CAP_FCR_BASIC_MODE) in l2c_fcr_adj_our_req_options()
1885 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_adj_our_req_options()
1899 p_cfg->fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
1959 p_ccb->our_cfg.fcr_present = FALSE; in l2c_fcr_adj_our_req_options()
2017 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
2019 if (p_cfg->fcr_present) in l2c_fcr_adj_our_rsp_options()
2059 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
2065 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
2111 p_ccb->our_cfg.fcr_present = TRUE; in l2c_fcr_renegotiate_chan()
2165 … 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 …]
Dl2c_main.c501 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
532 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
603 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
634 cfg_info.fcr_present = TRUE; in process_l2cap_cmd()
Dl2c_utils.c599 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
644 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
701 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
744 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
1907 if (!p_cfg->fcr_present) in l2cu_process_peer_cfg_req()
1917 if ( (p_cfg->fcr_present == FALSE) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) in l2cu_process_peer_cfg_req()
2013 p_cfg->fcr_present = FALSE; in l2cu_process_peer_cfg_req()
2037 if (p_cfg->fcr_present) in l2cu_process_peer_cfg_rsp()
2080 if (p_cfg->fcr_present) in l2cu_process_our_cfg_req()
2115 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_api.c449 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); in L2CA_ConfigReq()
463 if ((!p_cfg->fcr_present)||(p_cfg->fcr.mode == L2CAP_FCR_BASIC_MODE)) in L2CA_ConfigReq()
500 …cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_pr… in L2CA_ConfigRsp()
513 p_cfg->fcr_present = FALSE; /* FCR options already negotiated before this point */ in L2CA_ConfigRsp()
1661 if (p_ccb->our_cfg.fcr_present) in L2CA_GetCurrentConfig()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c196 if( p_ccb->cfg.fcr_present ) in GAP_ConnOpen()
943 if (p_ccb->cfg.fcr_present) in gap_config_cfm()
/external/bluetooth/bluedroid/stack/mcap/
Dmca_main.c274 p_cfg->fcr_present = TRUE; in mca_set_cfg_by_tbl()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h158 BOOLEAN fcr_present; member