1common:
2  tags:
3    - bluetooth
4    - host
5tests:
6  bluetooth.host.bt_id_set_scan_own_addr.default:
7    type: unit
8  bluetooth.host.bt_id_set_scan_own_addr.privacy_enabled:
9    type: unit
10    extra_configs:
11      - CONFIG_BT_SMP=y
12      - CONFIG_BT_PRIVACY=y
13  bluetooth.host.bt_id_set_scan_own_addr.default_scan_with_identity:
14    type: unit
15    extra_configs:
16      - CONFIG_BT_SCAN_WITH_IDENTITY=y
17  bluetooth.host.bt_id_set_scan_own_addr.privacy_scan_with_identity_enabled:
18    type: unit
19    extra_configs:
20      - CONFIG_BT_SCAN_WITH_IDENTITY=y
21      - CONFIG_BT_SMP=y
22      - CONFIG_BT_PRIVACY=y
23