zephyr/tests
Théo Battrel ba80bc7134 Tests: Bluetooth: Fix conn_stress compilation warn
On newer GCC version warnings were emitted because of a `memcpy`. The
size parameter was larger than the source's size because it was using
the size of the destination, which was a `bt_uuid_128` when the source
is a `bt_uuid_16`.

Fix the issue by creating a new variable for CCC UUID in both the
central and peripheral code. The variable need to be static because the
discover parameters must remain valid until the start of the discover
attribute callback.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2023-12-27 16:07:46 +00:00
..
application_development tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
arch tests: Refactor ACPI info sample 2023-12-19 11:04:19 +01:00
benchmarks tests: disable timeslicing on app_kernel 2023-12-18 09:28:08 +01:00
bluetooth Bluetooth: CAP: Commander discovery support 2023-12-19 08:50:40 +01:00
boards tests/boards/native_sim/rtc: Rename testcase 2023-11-30 09:42:25 -05:00
boot test: mcuboot: enable test on rt1010/1015/1040 and k22f/82f platforms 2023-12-18 09:28:34 +01:00
bsim Tests: Bluetooth: Fix conn_stress compilation warn 2023-12-27 16:07:46 +00:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00
drivers tests: samples: watchdog: Add intel_rpl_p_crb overlay 2023-12-27 16:06:19 +00:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests: add a tag for nano libc tests 2023-12-21 09:18:44 +01:00
lib tests: add a tag for nano libc tests 2023-12-21 09:18:44 +01:00
misc tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
modules tests: modules: nanopb: Add a custom nested library 2023-12-01 10:50:26 +00:00
net net: lwm2m: Deprecate lwm2m_get/set_u64 2023-12-22 09:54:07 +01:00
posix tests: posix: pthread: test that big stacks can be allocated 2023-12-23 22:29:41 -05:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys pm: increase coverage - add missing api tests 2023-12-27 15:57:39 +00:00
unit lib: move utilities into own folder 2023-12-22 09:54:12 +01:00
ztest tests/ztest: Swap native_posix with native_sim 2023-11-20 12:02:48 +01:00
test_config.yaml twister: tests: Add some generic driver tests to the scope 2023-11-30 19:38:50 -05:00