zephyr/tests
Guotao Zhang 28093cc4ef Bluetooth: tester: Increase the adv buf size to consider the extend adv
[Description]
Device hang is observed when LE Scan
[Root Cause]
For le_ext_adv_report, Data[i] of one adv report is 0-229,
for the adv_buf of saving, it just is 73 bytes, so sometimes
the bytes of adv report is more than the adv_buf, resulted hang
[Fix]
consider the le ext adv case.
[Testing]
After modified, Device hang is not observed after stress
testing with LE Scan

Signed-off-by: Guotao Zhang <guotao.zhang@nxp.com>
2024-08-05 16:29:36 +02:00
..
application_development
arch tests: arch: common: stack_unwind: fix symtab test 2024-07-09 19:44:08 -04:00
benchmarks
bluetooth Bluetooth: tester: Increase the adv buf size to consider the extend adv 2024-08-05 16:29:36 +02:00
boards tests: boards: nrf: qdec: add tests for qdec for nrf 2024-07-28 07:31:15 +03:00
boot twister: pytest: Move helper methods to pyteste-harness package 2024-08-05 16:29:13 +02:00
bsim tests: bsim: set log level from command-line argument 2024-08-05 10:16:36 +02:00
cmake tests: cmake: fix test identifier 2024-07-18 06:47:57 -04:00
crypto modules: mbedtls: fix MBEDTLS_PSA_P256M_DRIVER_RAW Kconfig option 2024-07-15 10:36:58 -04:00
drivers boards: nxp: mr_canhubk3: enable STM counter 2024-08-05 07:35:57 -05:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: kernel: Add ISR tests for k_thread_priority_set() 2024-08-02 03:29:55 -04:00
lib tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
misc tests: do not get ZEPHYR_BASE from ENV 2024-07-11 13:09:53 -04:00
modules posix: move ioctl() from fdtable to posix 2024-06-14 14:01:05 -04:00
net tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
posix lib: posix: mutex: stubs remaining of _POSIX_THREAD_PRIO_PROTECT 2024-08-05 11:32:43 +02:00
robot
subsys coredump: Add test for threads core dump config 2024-08-02 03:32:09 -04:00
unit tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ztest cmake: remove the use of SOURCES in tests 2024-08-05 16:27:09 +02:00
test_config.yaml