Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h206 uint16_t GetMaxTransportLatencyMtos(void) const;
Dstate_machine.cc1528 max_trans_lat_mtos = group->GetMaxTransportLatencyMtos(); in CigCreate()
2046 group->GetMaxTransportLatencyMtos(); in AseStateMachineProcessCodecConfigured()
2671 conf.max_transport_latency = group->GetMaxTransportLatencyMtos(); in PrepareAndSendConfigQos()
Ddevice_groups.cc576 uint16_t LeAudioDeviceGroup::GetMaxTransportLatencyMtos(void) const { in GetMaxTransportLatencyMtos() function in bluetooth::le_audio::LeAudioDeviceGroup
2026 auto max_transport_latency_mtos = GetMaxTransportLatencyMtos(); in PrintDebugState()