zephyr/samples/bluetooth/beacon/sample.yaml
Tomáš Beneš 14138d4a34 Bluetooth: Controller: Add coexistence implementation
To enable Bluetooth controller coexistence feature, there is
implementation of ticker task, which aborts any ongoing radio events
during assertion of the grant pin. This solves the co-existence issue
in the role of the subordinate transceiver.

Signed-off-by: Tomáš Beneš <tomas@dronetag.cz>
2023-03-16 14:37:55 +01:00

16 lines
379 B
YAML

sample:
name: Bluetooth Beacon
tests:
sample.bluetooth.beacon:
harness: bluetooth
platform_allow: qemu_cortex_m3 qemu_x86 nrf52dk_nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.beacon-coex:
extra_args: CONF_FILE="prj-coex.conf"
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
tags: bluetooth