Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc504 auto new_configuration_context = in ReconfigureAfterVbcClose() local
507 log::debug("new_configuration_context= {}", ToString(new_configuration_context)); in ReconfigureAfterVbcClose()
508 ReconfigureOrUpdateMetadata(group, new_configuration_context, in ReconfigureAfterVbcClose()
5596 auto new_configuration_context = ChooseConfigurationContextType(override_contexts); in ReconfigureOrUpdateRemoteForPTS() local
5598 log::info("new_configuration_context= {}.", ToString(new_configuration_context)); in ReconfigureOrUpdateRemoteForPTS()
5601 return GroupStream(group, new_configuration_context, remote_contexts); in ReconfigureOrUpdateRemoteForPTS()
5702 LeAudioContextType new_configuration_context, in ReconfigureOrUpdateMetadata() argument
5704 if (new_configuration_context != configuration_context_type_ || in ReconfigureOrUpdateMetadata()
5705 DsaReconfigureNeeded(group, new_configuration_context)) { in ReconfigureOrUpdateMetadata()
5707 ToString(configuration_context_type_), ToString(new_configuration_context)); in ReconfigureOrUpdateMetadata()
[all …]