zephyr/tests
Krzysztof Kopyściński 00bfac00ae Bluetooth: gatt: Add option to read multiple without variable length
Currently, with EATT enabled, when bt_gatt_read is called with multiple
handles first it'll try to use gatt_read_mult_vl, and if it fails
gatt_read_mult will be used to try again. Add option to skip
the gatt_read_mult_vl and use gatt_read_mult right away. This is needed
by tests that expect BT_ATT_OP_READ_MULT_REQ but support variable
lenght, thus don't return BT_ATT_ERR_NOT_SUPPORTED.

Removed fallback from read multiple vl to read multiple on
BT_ATT_ERR_NOT_SUPPORTED error.

This was affecting:
GATT/CL/GAR/BV-05-C, GATT/CL/GAR/BI-18-C, GATT/CL/GAR/BI-19-C,
GATT/CL/GAR/BI-20-C, GATT/CL/GAR/BI-21-C, GATT/CL/GAR/BI-22-C

Signed-off-by: Krzysztof Kopyściński <krzysztof.kopyscinski@codecoup.pl>
2021-08-12 11:07:08 -04:00
..
application_development/gen_inc_file tests: move cpp tests to subsys/cpp 2021-04-29 09:00:40 -04:00
arch tests: arm: adding a new test-suite for HardFault validation 2021-07-28 21:08:18 -04:00
benchmarks tests/benchmarks: add dynamic memory allocation measurement 2021-07-21 10:16:56 +03:00
bluetooth Bluetooth: gatt: Add option to read multiple without variable length 2021-08-12 11:07:08 -04:00
boards tests: remove USB configuration option 2021-08-03 19:00:12 -04:00
crypto random: deprecate XOROSHIRO_RANDOM_GENERATOR 2021-08-05 11:24:44 +02:00
drivers tests: drivers: i2s_speed: Allow testing on nRF52840 DK and nRF5340 DK 2021-08-11 13:54:12 +02:00
kernel tests: common: skip arch_nop testing on some physical x86 board 2021-08-06 20:20:32 -04:00
lib tests: newlib: thread_safety: Add internal lock and userspace tests 2021-08-09 08:51:24 -05:00
misc/test_build tests: test_build: Exclude some NS platforms from debug builds 2021-07-13 06:38:57 -05:00
net pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
posix tests: posix: common: clock: exclude ehl_crb from test posix realtime 2021-06-02 08:49:45 -05:00
subsys tests: pm: Add device wakeup test 2021-08-11 19:39:13 -04:00
unit tests: timeutil: test large linearity 2021-08-08 08:18:23 -04:00
ztest tests: ztest: Add test for busy simulator 2021-07-29 10:59:00 -04:00