Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc473 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
526 cfg_info.fcr_present = true; in process_l2cap_cmd()
616 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
663 cfg_info.fcr_present = true; in process_l2cap_cmd()
Dl2c_fcr.cc1663 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
1665 if (p_cfg->fcr_present) { in l2c_fcr_adj_our_rsp_options()
1706 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
1711 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
1738 p_ccb->our_cfg.fcr_present = true; in l2c_fcr_renegotiate_chan()
1794 p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, in l2c_fcr_process_peer_cfg_req()
1832 if (p_cfg->fcr_present && p_cfg->fcr.mode != L2CAP_FCR_BASIC_MODE) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.cc581 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
624 if (p_cfg->fcr_present) { in l2cu_send_peer_config_req()
677 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
720 if (p_cfg->fcr_present) { in l2cu_send_peer_config_rsp()
1844 if (!p_cfg->fcr_present) p_cfg->fcr.mode = L2CAP_FCR_BASIC_MODE; in l2cu_process_peer_cfg_req()
1854 if ((!p_cfg->fcr_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) in l2cu_process_peer_cfg_req()
1931 if (fcr_ok) p_cfg->fcr_present = false; in l2cu_process_peer_cfg_req()
1954 if (p_cfg->fcr_present) { in l2cu_process_peer_cfg_rsp()
1994 if (p_cfg->fcr_present) { in l2cu_process_our_cfg_req()
2019 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_csm.cc81 config.fcr_present = true; in l2c_csm_send_config_req()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h167 bool fcr_present; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc815 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = kDefaultErtmOptions}); in btsock_l2cap_server_listen()
879 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = kDefaultErtmOptions}); in btsock_l2cap_listen_or_connect()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc233 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen()