summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-03-23 11:23:56 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-03-26 16:19:28 +0300
commitfe86d4ad5d36788143b4690f783ace443dc69126 (patch)
tree3c2fc0f401ec678daa98af09c64fb5fd2a49357a /doc/gatt-api.txt
parent89564618f472a1bf3c13ef6f5e519dbabbe90570 (diff)
downloadbluez-fe86d4ad5d36788143b4690f783ace443dc69126.tar.gz
doc/gatt-api: Update documentation regarding link option
This reflects what the code has already doing so any server operation which requires the device option shall also get the link type as well.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 60a997cbf..0f1cc9029 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -84,6 +84,7 @@ Methods array{byte} ReadValue(dict options)
Possible options: "offset": Start offset
"device": Device path (Server only)
+ "link": Link type (Server only)
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.InProgress
@@ -117,6 +118,7 @@ Methods array{byte} ReadValue(dict options)
Possible options: "device": Object Device (Server only)
"MTU": Exchanged MTU (Server only)
+ "link": Link type (Server only)
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.NotSupported
@@ -152,6 +154,7 @@ Methods array{byte} ReadValue(dict options)
Possible options: "device": Object Device (Server only)
"MTU": Exchanged MTU (Server only)
+ "link": Link type (Server only)
Possible Errors: org.bluez.Error.Failed
org.bluez.Error.NotSupported