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.cc762 uint32_t delay_max = UINT32_MAX; in GetPresentationDelay() local
764 uint32_t preferred_delay_max = delay_max; in GetPresentationDelay()
777 if (ase->qos_preferences.pres_delay_min > delay_max || in GetPresentationDelay()
785 if (ase->qos_preferences.pres_delay_max < delay_max) { in GetPresentationDelay()
786 delay_max = ase->qos_preferences.pres_delay_max; in GetPresentationDelay()
799 preferred_delay_min <= delay_max) { in GetPresentationDelay()