zephyr/doc
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
..
_doxygen doc: doxygen: move logo to Doxygen assets folder 2021-07-19 20:06:00 -04:00
_extensions/zephyr doc: link-roles: clean up setup() method 2021-08-09 13:29:57 -04:00
_scripts pm: device: Add wakeup source API 2021-08-11 19:39:13 -04:00
_static doc: improve latex look and feel 2021-07-22 19:37:03 +03:00
_templates doc: add link to download PDF file 2021-07-30 08:21:02 -04:00
application doc: application: Document west outside workspace 2021-07-26 12:31:19 -04:00
contribute doc: coding_guideline: Add a MISRA-C mandatory rule to Zephyr 2021-08-05 11:46:59 +02:00
development_process doc: Encourage users to pre-analyze regressions 2021-06-21 18:46:08 -04:00
getting_started docs: Update for SDK 0.13.0 2021-08-03 22:57:57 -04:00
guides doc: dts: explain how to view preprocessor output 2021-08-12 11:04:16 -04:00
images doc: remove unused images 2021-07-19 20:06:00 -04:00
introduction Bluetooth: Mesh: Align capitalization for BT mesh 2021-07-13 11:23:54 -04:00
reference doc: pm: Add wakeup information 2021-08-11 19:39:13 -04:00
releases Bluetooth: gatt: Add option to read multiple without variable length 2021-08-12 11:07:08 -04:00
security security: Update vulnerabilities document 2021-06-23 06:18:59 -04:00
templates docs: add figure to board doc template 2019-02-11 07:45:21 -05:00
404.rst doc: fix 404 page 2021-05-19 16:48:39 -04:00
CMakeLists.txt doc: do not use env vars to discover paths 2021-07-21 07:28:18 -04:00
conf.py doc: improve latex look and feel 2021-07-22 19:37:03 +03:00
copyright.rst doc: add missing doc top labels 2019-04-16 18:11:30 -04:00
glossary.rst doc: west: move advanced content out of 'basics' 2021-02-10 08:53:39 -05:00
index-tex.rst doc: create an index for PDF files 2021-07-15 07:07:21 -04:00
index.rst doc: create an index for PDF files 2021-07-15 07:07:21 -04:00
known-warnings.txt doc: warnings: make expressions more generic 2021-05-19 06:21:53 -04:00
LICENSING.rst docs: Change a number of 'master' branch refers to 'main' 2021-05-28 10:45:17 -05:00
Makefile doc: makefile: add support for latexmk options 2021-07-30 08:21:02 -04:00
substitutions.txt doc: New developer getting started guide 2019-11-13 14:05:47 -06:00
zephyr.doxyfile.in doc: doxygen: predefine _LINKER 2021-08-03 19:02:43 -04:00