From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html