23 lines
536 B
YAML
23 lines
536 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- host
|
|
tests:
|
|
bluetooth.host.bt_id_add.default:
|
|
type: unit
|
|
bluetooth.host.bt_id_add.broadcaster_ext_adv_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_EXT_ADV=y
|
|
- CONFIG_BT_BROADCASTER=y
|
|
bluetooth.host.bt_id_add.broadcaster_no_ext_adv:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_BROADCASTER=y
|
|
bluetooth.host.bt_id_add.observer_ext_adv:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_EXT_ADV=y
|
|
- CONFIG_BT_OBSERVER=y
|
|
- CONFIG_BT_BROADCASTER=y
|