Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h184 bool IsGroupStreamReady(void) const;
Dstate_machine.cc729 if (group->GetNotifyStreamingWhenCisesAreReadyFlag() && group->IsGroupStreamReady()) { in ProcessHciNotifSetupIsoDataPath()
2971 if (!group->IsGroupStreamReady()) { in AseStateMachineProcessStreaming()
Ddevice_groups.cc1174 bool LeAudioDeviceGroup::IsGroupStreamReady(void) const { in IsGroupStreamReady() function in bluetooth::le_audio::LeAudioDeviceGroup