2017-08-23 21:16:33

by Yunhan Wang

[permalink] [raw]
Subject: [PATCH v3 2/3] doc/gatt-api: Add Confirm

Add Confirm method which doesn't expect a reply so it is just confirmation that value was received.
---
doc/gatt-api.txt | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index c0ad1de25..cdd15f301 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -162,6 +162,13 @@ Methods array{byte} ReadValue(dict options)

Possible Errors: org.bluez.Error.Failed

+ void Confirm() [optional] (Server only)
+
+ This method doesn't expect a reply so it is just a
+ confirmation that value was received.
+
+ Possible Errors: org.bluez.Error.Failed
+
Properties string UUID [read-only]

128-bit characteristic UUID.
--
2.14.1.342.g6490525c54-goog