1tests: 2 # Test that the Host builds with BT_SMP_OOB_LEGACY_PAIR_ONLY enabled 3 # and peripheral role 4 bluetooth.host_config_variants.config_peripheral_bt_smp_oob_legacy_pair_only: 5 extra_configs: 6 - CONFIG_BT_SMP=y 7 - CONFIG_BT_PERIPHERAL=y 8 - CONFIG_BT_SMP_SC_PAIR_ONLY=n 9 - CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y 10 platform_allow: 11 - native_sim 12 - native_sim/native/64 13 integration_platforms: 14 - native_sim 15 tags: 16 - bluetooth 17 build_only: true 18 19 # Test that the Host builds with BT_SMP_OOB_LEGACY_PAIR_ONLY enabled 20 # and central role 21 bluetooth.host_config_variants.config_central_bt_smp_oob_legacy_pair_only: 22 extra_configs: 23 - CONFIG_BT_SMP=y 24 - CONFIG_BT_CENTRAL=y 25 - CONFIG_BT_SMP_SC_PAIR_ONLY=n 26 - CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y 27 platform_allow: 28 - native_sim 29 - native_sim/native/64 30 integration_platforms: 31 - native_sim 32 tags: 33 - bluetooth 34 build_only: true 35