linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] doc/gatt-api: Add link option
@ 2017-10-30 12:59 Luiz Augusto von Dentz
  2017-10-30 12:59 ` [PATCH BlueZ 2/2] gatt: Add implementation of " Luiz Augusto von Dentz
  2017-11-02 12:09 ` [PATCH BlueZ 1/2] doc/gatt-api: Add " Luiz Augusto von Dentz
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2017-10-30 12:59 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds link option to ReadValue and WriteValue so the application
can determine which bearer the request is coming from.
---
 doc/gatt-api.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 400470631..8a367783c 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -264,6 +264,7 @@ Methods		array{byte} ReadValue(dict flags)
 
 			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
@@ -278,6 +279,7 @@ Methods		array{byte} ReadValue(dict flags)
 
 			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
-- 
2.13.6


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-02 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 12:59 [PATCH BlueZ 1/2] doc/gatt-api: Add link option Luiz Augusto von Dentz
2017-10-30 12:59 ` [PATCH BlueZ 2/2] gatt: Add implementation of " Luiz Augusto von Dentz
2017-11-02 12:09 ` [PATCH BlueZ 1/2] doc/gatt-api: Add " Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).