zephyr/tests
Nazar Palamar 36fb0279d2 test: bluetooth/tester: fix ccc_find_by_attr
Added check if ccc_values[i].attr != NULL,
before accessing to ccc_values[i].attr structure:
(handle == ccc_values[i].attr->handle)

On 20829 platform it's causing hard fault, not sure about
another platforms (in GAP testing).

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2024-06-15 04:43:31 -04:00
..
application_development
arch arch: riscv: stacktrace: implement arch_stack_walk() 2024-06-13 16:46:48 -04:00
benchmarks tests: latency_measure: Restructure configurations 2024-06-12 14:33:47 +03:00
bluetooth test: bluetooth/tester: fix ccc_find_by_attr 2024-06-15 04:43:31 -04:00
boards tests: rtc_clk: Added support to ESP32C6 2024-06-14 18:51:46 -04:00
boot tests: boot: Add nrf54l15pdk to platform_allow list in with_mcumgr tests 2024-06-04 13:41:29 +02:00
bsim bsim: add tests for BT_USE_PSA_API 2024-06-14 15:41:34 +02:00
cmake tests: cmake: overlays: Add soc_folder_overlay test 2024-04-29 15:08:35 +01:00
crypto mbedtls: add a kconfig to use the p256-m directly (without PSA interface) 2024-06-12 01:53:58 -07:00
drivers drivers/sensor: si7006: Support SHT21 and HTU21D 2024-06-15 04:42:31 -04:00
kconfig/configdefault
kernel tests: demand_paging: extend memory access patterns 2024-06-14 18:58:02 -04:00
lib test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
misc build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
modules posix: move ioctl() from fdtable to posix 2024-06-14 14:01:05 -04:00
net test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
posix tests: posix: add tests for shared memory objects 2024-06-14 14:01:05 -04:00
robot resc: cmake: robot: Rename Renode variable 2024-05-28 12:54:52 +02:00
subsys tests: settings: functional: file: add native_sim/native/64 overlay 2024-06-14 18:51:01 -04:00
unit test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
ztest ARC: nSIM: Add RMX100 platform 2024-06-12 12:54:03 -04:00
test_config.yaml