Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h246 bool IsConfiguredForContext(types::LeAudioContextType context_type) const;
Ddevice_groups.cc1914 bool LeAudioDeviceGroup::IsConfiguredForContext( in IsConfiguredForContext() function in bluetooth::le_audio::LeAudioDeviceGroup
Dstate_machine.cc201 if (group->IsConfiguredForContext(context_type)) { in StartStream()