Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc579 if (ase->qos_preferences.supported_framing == types::kFramingUnframedPduUnsupported) { in GetFraming()
729 if (ase->qos_preferences.preferred_phy && in GetPhyBitmask()
730 (phy_bitfield & ase->qos_preferences.preferred_phy)) { in GetPhyBitmask()
731 phy_bitfield &= ase->qos_preferences.preferred_phy; in GetPhyBitmask()
737 static_cast<int>(ase->qos_preferences.preferred_phy), in GetPhyBitmask()
777 if (ase->qos_preferences.pres_delay_min > delay_max || in GetPresentationDelay()
778 ase->qos_preferences.pres_delay_max < delay_min) { in GetPresentationDelay()
782 if (ase->qos_preferences.pres_delay_min > delay_min) { in GetPresentationDelay()
783 delay_min = ase->qos_preferences.pres_delay_min; in GetPresentationDelay()
785 if (ase->qos_preferences.pres_delay_max < delay_max) { in GetPresentationDelay()
[all …]
Dstate_machine.cc2095 qos_config_update(rsp, ase->qos_preferences, ase->qos_config); in AseStateMachineProcessCodecConfigured()
2205 qos_config_update(rsp, ase->qos_preferences, ase->qos_config); in AseStateMachineProcessCodecConfigured()
Dle_audio_types.h1216 AseQosPreferences qos_preferences; member
Dle_audio_client_test.cc1125 ase.qos_preferences.pres_delay_min = 2500; in SetUpMockGroups()
1126 ase.qos_preferences.pres_delay_max = 2500; in SetUpMockGroups()
1127 ase.qos_preferences.preferred_pres_delay_min = 2500; in SetUpMockGroups()
1128 ase.qos_preferences.preferred_pres_delay_max = 2500; in SetUpMockGroups()