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>
16 lines
379 B
YAML
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
|