1common:
2  tags:
3    - bluetooth
4    - host
5tests:
6  bluetooth.host.bt_id_set_adv_own_addr.default:
7    type: unit
8  bluetooth.host.bt_id_set_adv_own_addr.default_ext_adv_enabled:
9    type: unit
10    extra_configs:
11      - CONFIG_BT_EXT_ADV=y
12  bluetooth.host.bt_id_set_adv_own_addr.privacy_enabled:
13    type: unit
14    extra_configs:
15      - CONFIG_BT_SMP=y
16      - CONFIG_BT_PRIVACY=y
17