2022-11-30 16:58:13 +08:00
|
|
|
common:
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- bluetooth
|
|
|
|
- host
|
2022-11-30 16:58:13 +08:00
|
|
|
tests:
|
|
|
|
bluetooth.host.bt_id_add.default:
|
2023-03-15 17:38:57 +08:00
|
|
|
type: unit
|
2022-11-30 16:58:13 +08:00
|
|
|
bluetooth.host.bt_id_add.broadcaster_ext_adv_enabled:
|
2023-03-15 17:38:57 +08:00
|
|
|
type: unit
|
|
|
|
extra_configs:
|
2022-11-30 16:58:13 +08:00
|
|
|
- CONFIG_BT_EXT_ADV=y
|
|
|
|
- CONFIG_BT_BROADCASTER=y
|
|
|
|
bluetooth.host.bt_id_add.broadcaster_no_ext_adv:
|
2023-03-15 17:38:57 +08:00
|
|
|
type: unit
|
|
|
|
extra_configs:
|
2022-11-30 16:58:13 +08:00
|
|
|
- CONFIG_BT_BROADCASTER=y
|
|
|
|
bluetooth.host.bt_id_add.observer_ext_adv:
|
2023-03-15 17:38:57 +08:00
|
|
|
type: unit
|
|
|
|
extra_configs:
|
2022-11-30 16:58:13 +08:00
|
|
|
- CONFIG_BT_EXT_ADV=y
|
|
|
|
- CONFIG_BT_OBSERVER=y
|
|
|
|
- CONFIG_BT_BROADCASTER=y
|