Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_constants.py213 channel_modes = {'NONE': 0, 'MONO': 0x1 << 0, 'STEREO': 0x1 << 1} variable
DA2dpBaseTest.py271 codec_proto.channel_mode = bt_constants.channel_modes[channel_mode]
Dbt_test_utils.py51 from acts_contrib.test_utils.bt.bt_constants import channel_modes
1486 bits_per_samples[str(bits_per_sample)], channel_modes[channel_mode],
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtCodecSweepTest.py148 codec_proto.channel_mode = bt_constants.channel_modes[channel_mode]