1common:
2  tags:
3    - bluetooth
4    - bluetooth_audio
5tests:
6  bluetooth.audio.ascs.test_default:
7    type: unit
8  bluetooth.audio.ascs.test_snk_only:
9    type: unit
10    extra_configs:
11      - CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT=0
12  bluetooth.audio.ascs.test_src_only:
13    type: unit
14    extra_configs:
15      - CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT=0
16  bluetooth.audio.ascs.test_unicast_client_enabled:
17    type: unit
18    extra_configs:
19      - CONFIG_BT_CENTRAL=y
20      - CONFIG_BT_ISO_CENTRAL=y
21      - CONFIG_BT_BAP_UNICAST_CLIENT=y
22      - CONFIG_BT_GATT_CLIENT=y
23      - CONFIG_BT_GATT_AUTO_DISCOVER_CCC=y
24      - CONFIG_BT_GATT_AUTO_UPDATE_MTU=y
25  bluetooth.audio.ascs.test_stream_pair:
26    type: unit
27    extra_configs:
28      - CONFIG_BT_ASCS_MAX_ACTIVE_ASES=2
29