1common: 2 tags: 3 - bluetooth 4 - host 5tests: 6 bluetooth.host.bt_id_add.default: 7 type: unit 8 bluetooth.host.bt_id_add.broadcaster_ext_adv_enabled: 9 type: unit 10 extra_configs: 11 - CONFIG_BT_EXT_ADV=y 12 - CONFIG_BT_BROADCASTER=y 13 bluetooth.host.bt_id_add.broadcaster_no_ext_adv: 14 type: unit 15 extra_configs: 16 - CONFIG_BT_BROADCASTER=y 17 bluetooth.host.bt_id_add.observer_ext_adv: 18 type: unit 19 extra_configs: 20 - CONFIG_BT_EXT_ADV=y 21 - CONFIG_BT_OBSERVER=y 22 - CONFIG_BT_BROADCASTER=y 23