27 lines
749 B
YAML
27 lines
749 B
YAML
sample:
|
|
description: Bluetooth Low Energy Audio Unicast Server sample
|
|
name: Bluetooth Low Energy Audio Unicast Server sample
|
|
tests:
|
|
sample.bluetooth.audio_unicast_server:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf5340bsim/nrf5340/cpuapp
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
- native_sim
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- nrf5340dk/nrf5340/cpuapp
|
|
sysbuild: true
|
|
sample.bluetooth.audio_unicast_server.bt_ll_sw_split:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim
|
|
- nrf52dk/nrf52832
|
|
- nrf52840dk/nrf52840
|
|
integration_platforms:
|
|
- nrf52dk/nrf52832
|
|
extra_args: EXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
|
|
tags: bluetooth
|