Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc1167 kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel, in TestLc3CodecConfig()
1274 snk_pac_builder.Add(entry.codec, kLeAudioCodecChannelCountSingleChannel); in TestSingleDevDualBidir()
1277 src_pac_builder.Add(entry.codec, kLeAudioCodecChannelCountSingleChannel); in TestSingleDevDualBidir()
1315 TestGroupAseConfigurationData data[] = {{device, kLeAudioCodecChannelCountSingleChannel, in TestSingleDevDualBidir()
1316 kLeAudioCodecChannelCountSingleChannel, 2, 2}}; in TestSingleDevDualBidir()
1357 snk_pac_builder.Add(entry.codec, kLeAudioCodecChannelCountSingleChannel); in TestDualDevDualBidir()
1360 src_pac_builder.Add(entry.codec, kLeAudioCodecChannelCountSingleChannel); in TestDualDevDualBidir()
1383 TestGroupAseConfigurationData data[] = {{left, kLeAudioCodecChannelCountSingleChannel, in TestDualDevDualBidir()
1384 kLeAudioCodecChannelCountSingleChannel, 1, 1}, in TestDualDevDualBidir()
1385 {right, kLeAudioCodecChannelCountSingleChannel, in TestDualDevDualBidir()
[all …]
Dstate_machine_test.cc49 using ::bluetooth::le_audio::codec_spec_caps::kLeAudioCodecChannelCountSingleChannel;
228 uint8_t channel_count_ = kLeAudioCodecChannelCountSingleChannel;
1703 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
1820 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
2162 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
2222 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
2270 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
2324 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
3435 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
3512 channel_count_ = kLeAudioCodecChannelCountSingleChannel | kLeAudioCodecChannelCountTwoChannel; in TEST_F()
[all …]
Dle_audio_types_test.cc335 ASSERT_EQ(codec_spec_caps::kLeAudioCodecChannelCountSingleChannel | in TEST()
795 codec_spec_caps::kLeAudioCodecChannelCountSingleChannel)), in TEST()
796 codec_spec_caps::kLeAudioCodecChannelCountSingleChannel); in TEST()
Dle_audio_types.cc368 if (u8_val & codec_spec_caps::kLeAudioCodecChannelCountSingleChannel) { in CapabilityValueToStr()
Dle_audio_types.h290 constexpr uint8_t kLeAudioCodecChannelCountSingleChannel = 0x01; variable