Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h1076 std::vector<uint8_t> dataPathConfig = {}; member
1086 if (dataPathConfig.size() != other.dataPathConfig.size()) {
1089 if ((!other.dataPathConfig.empty()) &&
1090 memcmp(dataPathConfig.data(), other.dataPathConfig.data(), other.dataPathConfig.size())) {
Dle_audio_set_configuration_provider_json.cc202 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig()
213 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig()
225 config.data_path_configuration.dataPathConfig = {}; in SetConfigurationFromFlatSubconfig()
Dle_audio_types.cc720 << ", dataPathCfg.size: " << +config.dataPathConfig.size() in operator <<()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h151 .dataPathConfig = {},
Dbroadcaster_test.cc1059 .dataPathConfig = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B,
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc484 .dataPathConfig = {}, in GetStackDataPathFromAidlFormat()
501 config.dataPathConfig = *dp.dataPathConfiguration.configuration; in GetStackDataPathFromAidlFormat()
Dle_audio_utils_unittest.cc177 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationVendor()
212 stack_config.dataPathConfig = *config.dataPathConfiguration.configuration; in PrepareReferenceLeAudioDataPathConfigurationLc3()