linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 1/3] doc/gatt-api: Add Confirm
@ 2017-08-29  7:35 Yunhan Wang
  2017-08-29  7:35 ` [PATCH v4 2/3] gatt: Add indication confirm callback using Gatt Confirm method Yunhan Wang
  2017-08-29  7:35 ` [PATCH v4 3/3] client: Add Confirm implementation Yunhan Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Yunhan Wang @ 2017-08-29  7:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Yunhan Wang

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


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

end of thread, other threads:[~2017-08-29 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29  7:35 [PATCH v4 1/3] doc/gatt-api: Add Confirm Yunhan Wang
2017-08-29  7:35 ` [PATCH v4 2/3] gatt: Add indication confirm callback using Gatt Confirm method Yunhan Wang
2017-08-29 13:06   ` Luiz Augusto von Dentz
2017-08-29  7:35 ` [PATCH v4 3/3] client: Add Confirm implementation Yunhan Wang

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).