summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-06 16:45:07 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-07 10:53:20 +0200
commitfa9473bcc48417d69cc9ef81d41a72b18e34a55a (patch)
treecfd49b33cade96f841aadf47339fc5ac68e26f80 /doc/gatt-api.txt
parent750a26cd99c6ae9d3fe08c0d5a16040c4fff11dd (diff)
downloadbluez-fa9473bcc48417d69cc9ef81d41a72b18e34a55a.tar.gz
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
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 491eb026a..1281dd3fb 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -92,6 +92,12 @@ Methods array{byte} ReadValue(dict options)
characteristic.
Possible options: "offset": Start offset
+ "type": string
+ Possible values:
+ "command": Write without
+ response
+ "request": Write with response
+ "reliable": Reliable Write
"mtu": Exchanged MTU (Server only)
"device": Device path (Server only)
"link": Link type (Server only)