Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h213 uint16_t GetRemoteDelay(uint8_t direction) const;
Dclient.cc3703 uint16_t remote_delay_ms = group->GetRemoteDelay( in StartSendingAudio()
3742 .sink = group->GetRemoteDelay( in StartSendingAudio()
3744 .source = group->GetRemoteDelay( in StartSendingAudio()
3780 uint16_t remote_delay_ms = group->GetRemoteDelay( in StartReceivingAudio()
3821 .sink = group->GetRemoteDelay( in StartReceivingAudio()
3823 .source = group->GetRemoteDelay( in StartReceivingAudio()
5682 .sink = group->GetRemoteDelay( in OnStateMachineStatusReportCb()
5684 .source = group->GetRemoteDelay( in OnStateMachineStatusReportCb()
Ddevice_groups.cc760 uint16_t LeAudioDeviceGroup::GetRemoteDelay(uint8_t direction) const { in GetRemoteDelay() function in bluetooth::le_audio::LeAudioDeviceGroup