gatt-api: Add error code ReadValue/WriteValue
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 25 Aug 2022 19:46:38 +0000 (12:46 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit25462af9c71673d142ab9477ec95cfbd1fa2cc89
treedb117ae6dc3979cc3fbf65247b222d7fce94a463
parentd51942da8756e2bc1d58308c860100d423ecb988
gatt-api: Add error code ReadValue/WriteValue

This allows application to return error codes in the range allowed by
the spec:

 'GATT - Section 4.9.5:

  Application Error 0x80 – 0x9F Application error code defined by a
  higher layer specification.'

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
doc/gatt-api.txt