Searched refs:out_cfg (Results 1 – 1 of 1) sorted by relevance
2008 AseQosConfiguration& out_cfg) { in AseStateMachineProcessCodecConfigured() argument2018 if ((!out_cfg.max_transport_latency || in AseStateMachineProcessCodecConfigured()2019 out_cfg.max_transport_latency > rsp.max_transport_latency) || in AseStateMachineProcessCodecConfigured()2020 !out_cfg.retrans_nb || !out_cfg.phy) { in AseStateMachineProcessCodecConfigured()2021 out_cfg.max_transport_latency = rsp.max_transport_latency; in AseStateMachineProcessCodecConfigured()2022 out_cfg.retrans_nb = rsp.preferred_retrans_nb; in AseStateMachineProcessCodecConfigured()2023 out_cfg.phy = leAudioDevice->GetPreferredPhyBitmask(rsp.preferred_phy); in AseStateMachineProcessCodecConfigured()2027 out_cfg.max_transport_latency, out_cfg.retrans_nb, out_cfg.phy); in AseStateMachineProcessCodecConfigured()