18 lines
382 B
YAML
18 lines
382 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- host
|
|
tests:
|
|
bluetooth.host.bt_id_init.default:
|
|
type: unit
|
|
bluetooth.host.bt_id_init.default_bt_settings_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_SETTINGS=y
|
|
- CONFIG_BT_SETTINGS=y
|
|
bluetooth.host.bt_id_init.bt_privacy_enabled:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_BT_SMP=y
|
|
- CONFIG_BT_PRIVACY=y
|