zephyr/doc/releases
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
..
index.rst
release-notes-1.5.rst
release-notes-1.6.rst
release-notes-1.7.rst
release-notes-1.8.rst
release-notes-1.9.rst
release-notes-1.10.rst
release-notes-1.11.rst
release-notes-1.12.rst
release-notes-1.13.rst
release-notes-1.14.rst release: v1.14.3 release notes 2021-07-29 14:45:47 -04:00
release-notes-2.0.rst
release-notes-2.1.rst doc: use kconfig role and directive 2021-06-29 10:26:28 -04:00
release-notes-2.2.rst
release-notes-2.3.rst kernel: Remove CONFIG_LEGACY_TIMEOUT_API 2021-01-14 21:33:16 -05:00
release-notes-2.4.rst doc: use kconfig role and directive 2021-06-29 10:26:28 -04:00
release-notes-2.5.rst doc: use kconfig role and directive 2021-06-29 10:26:28 -04:00
release-notes-2.6.rst doc: use kconfig role and directive 2021-06-29 10:26:28 -04:00
release-notes-2.7.rst Bluetooth: gatt: Add option to read multiple without variable length 2021-08-12 11:07:08 -04:00