Added implementation to Observer sample so that when Extended Advertising feature is enabled, it can receive Extended Advertising Reports, and hence receive long AD data from peer Extended Advertising Broadcaster Multiple sample. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
13 lines
359 B
YAML
13 lines
359 B
YAML
sample:
|
|
name: observer
|
|
tests:
|
|
sample.bluetooth.observer:
|
|
harness: bluetooth
|
|
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
|
tags: bluetooth
|
|
sample.bluetooth.observer.extended:
|
|
harness: bluetooth
|
|
extra_args: CONF_FILE="prj_extended.conf"
|
|
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
|
tags: bluetooth
|