Searched refs:fcr_ok (Results 1 – 2 of 2) sorted by relevance
1786 uint8_t fcr_ok = L2CAP_PEER_CFG_OK; in l2c_fcr_process_peer_cfg_req() local1811 fcr_ok = L2CAP_PEER_CFG_UNACCEPTABLE; in l2c_fcr_process_peer_cfg_req()1821 fcr_ok = L2CAP_PEER_CFG_UNACCEPTABLE; in l2c_fcr_process_peer_cfg_req()1827 if (fcr_ok == L2CAP_PEER_CFG_OK) { in l2c_fcr_process_peer_cfg_req()1866 } else if (fcr_ok == L2CAP_PEER_CFG_UNACCEPTABLE) { in l2c_fcr_process_peer_cfg_req()1869 fcr_ok = L2CAP_PEER_CFG_DISCONNECT; in l2c_fcr_process_peer_cfg_req()1874 return (fcr_ok); in l2c_fcr_process_peer_cfg_req()
1838 bool fcr_ok = true; in l2cu_process_peer_cfg_req() local1919 fcr_ok = (fcr_status == L2CAP_PEER_CFG_OK); in l2cu_process_peer_cfg_req()1922 if (mtu_ok && flush_to_ok && qos_type_ok && fcr_ok) { in l2cu_process_peer_cfg_req()1931 if (fcr_ok) p_cfg->fcr_present = false; in l2cu_process_peer_cfg_req()