Searched refs:kLeAudioCodecChannelCountSingleChannel (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices_test.cc | 1167 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 …]
|
D | state_machine_test.cc | 49 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 …]
|
D | le_audio_types_test.cc | 335 ASSERT_EQ(codec_spec_caps::kLeAudioCodecChannelCountSingleChannel | in TEST() 795 codec_spec_caps::kLeAudioCodecChannelCountSingleChannel)), in TEST() 796 codec_spec_caps::kLeAudioCodecChannelCountSingleChannel); in TEST()
|
D | le_audio_types.cc | 368 if (u8_val & codec_spec_caps::kLeAudioCodecChannelCountSingleChannel) { in CapabilityValueToStr()
|
D | le_audio_types.h | 290 constexpr uint8_t kLeAudioCodecChannelCountSingleChannel = 0x01; variable
|