Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc806 kLeAudioCodecLC3ChannelCountTwoChannel, in TestLc3CodecConfig()
917 {bounded_headphones, kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
928 kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
939 kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
951 {bounded_headset, kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
968 kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
970 kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
979 {bounded_headset, kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
988 {bounded_headset, kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
1087 kLeAudioCodecLC3ChannelCountTwoChannel, in TEST_F()
[all …]
Dstate_machine_test.cc42 using ::le_audio::codec_spec_caps::kLeAudioCodecLC3ChannelCountTwoChannel;
1249 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
1481 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
2164 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
2228 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
2301 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
2398 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
2973 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
3030 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
3067 kLeAudioCodecLC3ChannelCountTwoChannel; in TEST_F()
[all …]
Dle_audio_types.cc559 if (u8_val & codec_spec_caps::kLeAudioCodecLC3ChannelCountTwoChannel) { in CapabilityValueToStr()
Dle_audio_types.h270 constexpr uint8_t kLeAudioCodecLC3ChannelCountTwoChannel = 0x02; variable