1common:
2  tags:
3    - bluetooth
4    - host
5tests:
6  bluetooth.host.bt_random_idcreate.default:
7    type: unit
8    extra_configs:
9      - CONFIG_BT_ID_MAX=1
10  bluetooth.host.bt_random_idcreate.multiple_identities:
11    type: unit
12    extra_configs:
13      - CONFIG_BT_ID_MAX=4
14  bluetooth.host.bt_random_idcreate.hci_vs_ext_detect:
15    type: unit
16    extra_configs:
17      - CONFIG_BT_ID_MAX=1
18      - CONFIG_BT_HCI_VS_EXT_DETECT=y
19  bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect:
20    type: unit
21    extra_configs:
22      - CONFIG_BT_ID_MAX=4
23      - CONFIG_BT_HCI_VS_EXT_DETECT=y
24  bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_enabled:
25    type: unit
26    extra_configs:
27      - CONFIG_BT_ID_MAX=4
28      - CONFIG_BT_HCI_VS_EXT_DETECT=y
29      - CONFIG_BT_SMP=y
30      - CONFIG_BT_PRIVACY=y
31  bluetooth.host.bt_random_idcreate.multiple_identities_hci_vs_ext_detect_privacy_settings_enabled:
32    type: unit
33    extra_configs:
34      - CONFIG_BT_ID_MAX=4
35      - CONFIG_BT_HCI_VS_EXT_DETECT=y
36      - CONFIG_BT_SMP=y
37      - CONFIG_BT_PRIVACY=y
38      - CONFIG_SETTINGS=y
39      - CONFIG_BT_SETTINGS=y
40