linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yunhan Wang <yunhanw@google.com>
To: linux-bluetooth@vger.kernel.org
Cc: Yunhan Wang <yunhanw@google.com>
Subject: [PATCH v4 1/3] doc/gatt-api: Add Confirm
Date: Tue, 29 Aug 2017 00:35:18 -0700	[thread overview]
Message-ID: <20170829073520.12059-1-yunhanw@google.com> (raw)

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


             reply	other threads:[~2017-08-29  7:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-29  7:35 Yunhan Wang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170829073520.12059-1-yunhanw@google.com \
    --to=yunhanw@google.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).