24 lines
576 B
YAML
24 lines
576 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- bluetooth_audio
|
|
tests:
|
|
bluetooth.audio.ascs.test_default:
|
|
type: unit
|
|
bluetooth.audio.ascs.test_snk_only:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_ASE_SRC_COUNT=0
|
|
bluetooth.audio.ascs.test_src_only:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_ASE_SNK_COUNT=0
|
|
bluetooth.audio.ascs.test_unicast_client_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_BAP_UNICAST_CLIENT=y
|
|
bluetooth.audio.ascs.test_stream_pair:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_ASCS_MAX_ACTIVE_ASES=2
|