client: Add type to write command
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 11 Feb 2019 09:29:21 +0000 (11:29 +0200)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:59 +0000 (14:27 +0530)
commit6c2395632a10784491faf95fec00c3d2d9726a48
tree9a5b3ffb5ea69e417fff54ef444cd5b76f1d5415
parentf5a62f6c02f7d9c3c0ee6f52a5c1adbb922ffbae
client: Add type to write command

This enables setting the write type as optional third parameter:

write <data=xx xx ...> [offset] [type]

The type can be used to force a specific procedure to be used, for
example to force reliable writes one can enter:

> write 00 0 reliable

Change-Id: I4e74cff3cd2a38f07b36e09716023810e641c136
Signed-off-by: himanshu <h.himanshu@samsung.com>
client/gatt.c
client/main.c