blob: e17ec8adbe33be09a03fab8cd01ef44b7d1be63e [file]
tests:
# Test that the Host builds with BT_SMP_OOB_LEGACY_PAIR_ONLY enabled
# and peripheral role
bluetooth.host_config_variants.config_peripheral_bt_smp_oob_legacy_pair_only:
extra_configs:
- CONFIG_BT_SMP=y
- CONFIG_BT_PERIPHERAL=y
- CONFIG_BT_SMP_SC_PAIR_ONLY=n
- CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
tags:
- bluetooth
build_only: true
# Test that the Host builds with BT_SMP_OOB_LEGACY_PAIR_ONLY enabled
# and central role
bluetooth.host_config_variants.config_central_bt_smp_oob_legacy_pair_only:
extra_configs:
- CONFIG_BT_SMP=y
- CONFIG_BT_CENTRAL=y
- CONFIG_BT_SMP_SC_PAIR_ONLY=n
- CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY=y
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
tags:
- bluetooth
build_only: true