Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc807 codec_spec_caps::kLeAudioCodecChannelCountFourChannel)), in TEST()
808 codec_spec_caps::kLeAudioCodecChannelCountFourChannel); in TEST()
Dle_audio_types.cc377 if (u8_val & codec_spec_caps::kLeAudioCodecChannelCountFourChannel) { in CapabilityValueToStr()
Dle_audio_types.h293 constexpr uint8_t kLeAudioCodecChannelCountFourChannel = 0x08; variable