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.cc465 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
518 cfg_info.fcr_present = true; in process_l2cap_cmd()
608 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
655 cfg_info.fcr_present = true; in process_l2cap_cmd()
Dl2c_fcr.cc1667 p_cfg->fcr_present = p_ccb->out_cfg_fcr_present; in l2c_fcr_adj_our_rsp_options()
1669 if (p_cfg->fcr_present) { in l2c_fcr_adj_our_rsp_options()
1711 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) in l2c_fcr_renegotiate_chan()
1716 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()
1743 p_ccb->our_cfg.fcr_present = true; in l2c_fcr_renegotiate_chan()
1799 p_cfg->fcr_present, p_cfg->fcr.mode, p_ccb->our_cfg.fcr.mode, in l2c_fcr_process_peer_cfg_req()
1837 if (p_cfg->fcr_present && p_cfg->fcr.mode != L2CAP_FCR_BASIC_MODE) { in l2c_fcr_process_peer_cfg_req()
Dl2c_utils.cc583 if (p_cfg->fcr_present) in l2cu_send_peer_config_req()
626 if (p_cfg->fcr_present) { in l2cu_send_peer_config_req()
679 if (p_cfg->fcr_present) in l2cu_send_peer_config_rsp()
722 if (p_cfg->fcr_present) { in l2cu_send_peer_config_rsp()
1847 if (!p_cfg->fcr_present) p_cfg->fcr.mode = L2CAP_FCR_BASIC_MODE; in l2cu_process_peer_cfg_req()
1857 if ((!p_cfg->fcr_present) && (p_cfg->mtu > L2CAP_MTU_SIZE)) in l2cu_process_peer_cfg_req()
1934 if (fcr_ok) p_cfg->fcr_present = false; in l2cu_process_peer_cfg_req()
1957 if (p_cfg->fcr_present) { in l2cu_process_peer_cfg_rsp()
1997 if (p_cfg->fcr_present) { in l2cu_process_our_cfg_req()
2022 p_ccb->our_cfg.fcr_present = p_cfg->fcr_present; in l2cu_process_our_cfg_req()
Dl2c_csm.cc78 config.fcr_present = true; in l2c_csm_send_config_req()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h166 bool fcr_present; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc766 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = kDefaultErtmOptions}); in btsock_l2cap_server_listen()
814 tL2CAP_CFG_INFO{.fcr_present = true, .fcr = kDefaultErtmOptions}); in btsock_l2cap_listen_or_connect()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc236 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen()