doc/gatt-api: Add "type" option to Characteristic.WriteValue
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Feb 2019 14:45:07 +0000 (16:45 +0200)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:59 +0000 (14:27 +0530)
commitfd98ee12404cb1d7a31c6e7ba686439239318602
treea9ac7afcfe22e8d1725bb1fec796c31cbd8a227d
parent485cf965b8f1f4a87f2ff0b026459ff4287e03a7
doc/gatt-api: Add "type" option to Characteristic.WriteValue

The option "type" can be used to force a certain procedure to be used:
  - "command": Use Write Without Response procedure
  - "request": Use (Long) Write With Response procedure
  - "reliable"" Use Reliable Write procedure

Change-Id: I418a58273d60a1383fd1cc1df50318098f79550c
Signed-off-by: himanshu <h.himanshu@samsung.com>
doc/gatt-api.txt