Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc719 uint32_t delay_max = UINT32_MAX; in GetPresentationDelay() local
721 uint32_t preferred_delay_max = delay_max; in GetPresentationDelay()
733 if (ase->qos_preferences.pres_delay_min > delay_max || in GetPresentationDelay()
739 if (ase->qos_preferences.pres_delay_max < delay_max) in GetPresentationDelay()
740 delay_max = ase->qos_preferences.pres_delay_max; in GetPresentationDelay()
751 preferred_delay_min > delay_min && preferred_delay_min < delay_max) { in GetPresentationDelay()