1sample:
2  description: Bluetooth HAP Hearing Aid sample
3  name: Bluetooth HAP Hearing Aid sample
4tests:
5  sample.bluetooth.hap_ha.monaural:
6    harness: bluetooth
7    platform_allow:
8      - native_sim
9    tags: bluetooth
10    build_only: true
11  sample.bluetooth.hap_ha.monaural_no_presets:
12    harness: bluetooth
13    platform_allow:
14      - native_sim
15    tags: bluetooth
16    build_only: true
17    extra_configs:
18      - CONFIG_BT_HAS_PRESET_COUNT=0
19  sample.bluetooth.hap_ha.banded:
20    harness: bluetooth
21    platform_allow:
22      - native_sim
23    tags: bluetooth
24    extra_args: EXTRA_CONF_FILE="banded.conf"
25    build_only: true
26  sample.bluetooth.hap_ha.binaural:
27    harness: bluetooth
28    platform_allow:
29      - native_sim
30    tags: bluetooth
31    extra_args: EXTRA_CONF_FILE="binaural.conf"
32    build_only: true
33    extra_configs:
34      - CONFIG_HAP_HA_SET_RANK=2
35