zephyr/tests
Szymon Janc c20bd87d3d tests: bluetooth: tester: Fix invalid checks in oob_data_request
CONFIG_BT_SMP_OOB_LEGACY_PAIR_ONLY disables all but legacy OOB
pairing (including LE SC) and is not intended for enabling/disabling
support for legacy OOB pairing. bt_le_oob_set_legacy_tk() depends on
CONFIG_BT_SMP_SC_PAIR_ONLY so just use same check here.

For BT_CONN_OOB_LE_SC only supported way to disable LE SC OOB is
to force BT_SMP_OOB_LEGACY_PAIR_ONLY which disables all pairing
except legacy OOB support.

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
2025-02-26 15:05:33 +01:00
..
application_development scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
arch arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
benchmarks tests: latency_measure: fix spelling of "switch" 2025-02-21 11:41:46 +00:00
bluetooth tests: bluetooth: tester: Fix invalid checks in oob_data_request 2025-02-26 15:05:33 +01:00
boards tests: boards: fix spelling of "berfore" 2025-02-21 11:41:46 +00:00
boot tests: boot: test_mcuboot: Add swap using offset test 2025-02-10 19:05:25 +01:00
bsim tests: bsim: bluetooth: run host gatt notiy_stress test on nrf5340bsim 2025-02-25 20:39:58 +01:00
cmake drivers: gpio: mmio32: update gpio_mmio32 to behave like other divers 2025-02-14 10:42:02 +01:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests/drivers/gpio/gpio_reserved_ranges: Fix overlays 2025-02-25 20:39:41 +01:00
integration/kernel
kconfig
kernel tests/kernel/thread_apis: Fix essential thread abort test 2025-02-26 10:10:29 +00:00
lib tests: cmsis-nn: update tests for v7.0.0 2025-02-13 06:39:17 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net net: arp: Fix ARP protocol handler to not use Ethernet hdr directly 2025-02-20 21:04:44 +01:00
posix tests: posix: override qemu_x86_tiny by label 2025-02-20 21:30:52 +01:00
robot
subsys tests: shell_backend_uart: do not filter 2025-02-20 21:06:00 +01:00
unit tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml