Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h205 uint16_t GetMaxTransportLatencyStom(void) const;
Dstate_machine.cc1529 max_trans_lat_stom = group->GetMaxTransportLatencyStom(); in CigCreate()
2048 group->GetMaxTransportLatencyStom(); in AseStateMachineProcessCodecConfigured()
2674 conf.max_transport_latency = group->GetMaxTransportLatencyStom(); in PrepareAndSendConfigQos()
Ddevice_groups.cc572 uint16_t LeAudioDeviceGroup::GetMaxTransportLatencyStom(void) const { in GetMaxTransportLatencyStom() function in bluetooth::le_audio::LeAudioDeviceGroup
2027 auto max_transport_latency_stom = GetMaxTransportLatencyStom(); in PrintDebugState()