From 56c6b20655fef8c651081fe13f1b000ee30855a8 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 30 Oct 2017 14:41:26 +0200 Subject: [PATCH] doc/gatt-api: Add link option 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.47.3