Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.cc255 auto req = reqs.Find(codec_spec_conf::kLeAudioCodecLC3TypeSamplingFreq); in IsCodecConfigurationSupported()
256 auto pac = pacs.Find(codec_spec_caps::kLeAudioCodecLC3TypeSamplingFreq); in IsCodecConfigurationSupported()
455 case codec_spec_caps::kLeAudioCodecLC3TypeSamplingFreq: in CapabilityTypeToStr()
475 case codec_spec_conf::kLeAudioCodecLC3TypeSamplingFreq: { in CapabilityValueToStr()
Dle_audio_types.h106 constexpr uint8_t kLeAudioCodecLC3TypeSamplingFreq = 0x01; variable
215 constexpr uint8_t kLeAudioCodecLC3TypeSamplingFreq = variable
216 codec_spec_conf::kLeAudioCodecLC3TypeSamplingFreq;
604 values[codec_spec_conf::kLeAudioCodecLC3TypeSamplingFreq] = in GetAsLtvMap()
Ddevices_test.cc360 {kLeAudioCodecLC3TypeSamplingFreq, in Add()
384 {kLeAudioCodecLC3TypeSamplingFreq, in Add()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_le_audio.h192 constexpr uint8_t kLeAudioCodecLC3TypeSamplingFreq = 0x01; variable
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.cc368 {codec_spec_conf::kLeAudioCodecLC3TypeSamplingFreq, in GetSubgroupCodecSpecData()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp670 if (metadata.count(bluetooth::le_audio::kLeAudioCodecLC3TypeSamplingFreq) == in getSamplingFrequencyOrDefault()
675 metadata.at(bluetooth::le_audio::kLeAudioCodecLC3TypeSamplingFreq); in getSamplingFrequencyOrDefault()