zephyr/samples/bluetooth/hap_ha/sample.yaml
Mariusz Skamra acb9da2ba0 Bluetooth: samples: Add HAP Hearing Aid sample application
This adds sample application that can be used as reference
implementation and for HAP qualification purposes.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-08-01 18:10:34 +01:00

24 lines
645 B
YAML

sample:
description: Bluetooth HAP Hearing Aid sample
name: Bluetooth HAP Hearing Aid sample
tests:
sample.bluetooth.hap_ha.monaural:
harness: bluetooth
platform_allow: native_posix
tags: bluetooth
build_only: true
sample.bluetooth.hap_ha.banded:
harness: bluetooth
platform_allow: native_posix
tags: bluetooth
extra_args: OVERLAY_CONFIG="banded.conf"
build_only: true
sample.bluetooth.hap_ha.binaural:
harness: bluetooth
platform_allow: native_posix
tags: bluetooth
extra_args: OVERLAY_CONFIG="binaural.conf"
build_only: true
extra_configs:
- CONFIG_HAP_HA_SET_RANK=2