shared/gatt-server: Add support for Read Multiple Variable Length
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 3 Jun 2019 12:42:41 +0000 (15:42 +0300)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
commit7366102290ecc8f57391b9942b26148ae7a36e69
treee2a59f3797a72f0e37f5b9124b0e5e50a3c6fba7
parente297dcd51776ee071aeca05d2855a025548daa73
shared/gatt-server: Add support for Read Multiple Variable Length

The Read Multiple Variable Length Request is used to request that the
server read two or more values of a set of attributes that have a
variable or unknown value length and return their values in a
Read Multiple Variable Length Response.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/att-types.h
src/shared/gatt-server.c