Searched refs:fcr_present (Results 1 – 7 of 7) sorted by relevance
465 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()
1667 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()
583 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()
78 config.fcr_present = true; in l2c_csm_send_config_req()
166 bool fcr_present; member
766 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()
236 if (p_ccb->cfg.fcr_present) { in GAP_ConnOpen()