1common:
2  tags:
3    - bluetooth
4    - host
5tests:
6  bluetooth.host.bt_id_del.default:
7    type: unit
8  bluetooth.host.bt_id_del.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_del.broadcaster_no_ext_adv:
14    type: unit
15    extra_configs:
16      - CONFIG_BT_BROADCASTER=y
17  bluetooth.host.bt_id_del.broadcaster_no_ext_adv_privacy_enabled:
18    type: unit
19    extra_configs:
20      - CONFIG_BT_CENTRAL=y
21      - CONFIG_BT_PRIVACY=y
22      - CONFIG_BT_BROADCASTER=y
23  bluetooth.host.bt_id_del.observer_ext_adv:
24    type: unit
25    extra_configs:
26      - CONFIG_BT_EXT_ADV=y
27      - CONFIG_BT_OBSERVER=y
28      - CONFIG_BT_BROADCASTER=y
29