zephyr/tests
Andrzej Kaczmarek 3e7db661d1 tests: Bluetooth: bsim_test_advx: Fix adv_type parameter
The value of adv_type shall be 0x07 for extended advertising, it will
be converted to 0x05 inside ll_adv_params_set after some checks.

This did not cause any issues with tests since input parameters in
already implemented test cases do not test any code that was skipped
by invalid parameter, however obvious one side-effect is that phy_p
would be always set to 1M regardless of input parameter so any test
case using Coded on primary would fail.

Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
2020-08-31 13:50:13 +02:00
..
application_development
arch drivers: clock_control: nrf: Make use of related nrfx drivers 2020-08-31 12:40:47 +02:00
benchmarks sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
bluetooth tests: Bluetooth: bsim_test_advx: Fix adv_type parameter 2020-08-31 13:50:13 +02:00
boards sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
drivers tests: introduce tests for LED drivers 2020-08-28 15:04:35 +02:00
kernel tests: mem_protect: fix partition remove test on v8-m with 8 regions 2020-08-28 12:55:37 +02:00
lib sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
portability
posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
shell
subsys sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
unit sys/util.h: add FOR_EACH_NONEMPTY_TERM 2020-08-24 20:29:11 -04:00
ztest