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_posix 9 - native_sim 10 tags: bluetooth 11 build_only: true 12 sample.bluetooth.hap_ha.monaural_no_presets: 13 harness: bluetooth 14 platform_allow: 15 - native_posix 16 - native_sim 17 tags: bluetooth 18 build_only: true 19 extra_configs: 20 - CONFIG_BT_HAS_PRESET_COUNT=0 21 sample.bluetooth.hap_ha.banded: 22 harness: bluetooth 23 platform_allow: 24 - native_posix 25 - native_sim 26 tags: bluetooth 27 extra_args: OVERLAY_CONFIG="banded.conf" 28 build_only: true 29 sample.bluetooth.hap_ha.binaural: 30 harness: bluetooth 31 platform_allow: 32 - native_posix 33 - native_sim 34 tags: bluetooth 35 extra_args: OVERLAY_CONFIG="binaural.conf" 36 build_only: true 37 extra_configs: 38 - CONFIG_HAP_HA_SET_RANK=2 39