external_zblue/tests
zhongzhijie1 e17bbfb1e5 zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision
bug: v/82081

Framework exports ble_scan_type_t with BT_LE_SCAN_TYPE_PASSIVE/ACTIVE.
Zephyr bluetooth.h defined the same enumerators, causing redeclaration errors
when both headers are included.

Rename Zephyr scan type enumerators to Z_BT_LE_SCAN_TYPE_{PASSIVE,ACTIVE}
and update all internal references.

Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com>
2026-04-27 23:13:39 +08:00
..
application_development boards: rename qemu_xtensa to qemu_xtensa/dc233c 2026-04-20 17:46:55 +08:00
arch tests: arch: riscv: make sure that `gp` reg can't be corrupted 2026-04-20 17:56:25 +08:00
benchmarks tests: Port Thread-Metric benchmark from ThreadX 2026-04-20 17:58:12 +08:00
bluetooth tests: bluetooth: replace TinyCrypt with PSA in unit tests 2026-04-27 23:13:39 +08:00
boards samples: sensor: qdec: change pins used for qdec nrf54h20dk 2026-04-20 17:55:00 +08:00
boot tests: mcuboot: remove twr_kv58f220m from allowed list. 2026-04-20 17:53:34 +08:00
bsim zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
cmake tests: add twister tests for CMake board and SoC extension 2026-04-20 17:54:22 +08:00
crypto tests: crypto: tinycrypt: Fix premature Ztest end 2026-04-20 17:56:02 +08:00
drivers drivers: sensor: SCD4x Add driver 2026-04-20 17:58:14 +08:00
integration/kernel Kernel: Integration test 2026-04-20 17:27:21 +08:00
kconfig tests: kconfig: functions: Add min/max functions 2026-04-20 17:33:39 +08:00
kernel tests: mem_map: do not run on Intel Audio DSP SoCs 2026-04-20 17:58:00 +08:00
lib tests: cpp: remove non-existing target 2026-04-20 17:58:06 +08:00
misc cmake: linker: evaluate CONFIG_LINKER_ITERABLE_SUBALIGN in CMake 2026-04-20 17:45:50 +08:00
modules tests: thrift: Remove 'newlib' from test identifiers 2026-04-20 17:51:42 +08:00
net tests: net: socket: udp: Add IP_MULTICAST_IF set/get testing 2026-04-20 17:58:09 +08:00
posix tests: posix/common: set CONFIG_MAX_THREAD_BYTES=3 2026-04-20 17:58:00 +08:00
robot resc: cmake: robot: Rename Renode variable 2026-04-20 17:20:30 +08:00
subsys tests: display: cfb: fix filtering 2026-04-20 17:57:50 +08:00
unit tests: unit: crc: use `zassert_equal` for cleaner assertions 2026-04-20 17:48:37 +08:00
ztest tests: Support targeting unit_testing with and without qualifier 2026-04-20 17:54:04 +08:00
test_config.yaml