Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_test.cc604 uint8_t expected_channels = 1u; in TEST_F() local
609 ASSERT_EQ(config.codec_wrapper.GetNumChannels(), expected_channels); in TEST_F()
612 expected_channels); in TEST_F()
617 uint8_t expected_channels = 2u; in TEST_F() local
623 ASSERT_EQ(config.codec_wrapper.GetNumChannels(), expected_channels); in TEST_F()
628 ASSERT_EQ(subgroup.bis_configs.size(), expected_channels); in TEST_F()