Return-Path: From: Yunhan Wang To: linux-bluetooth@vger.kernel.org Cc: Yunhan Wang Subject: [PATCH v3 2/3] doc/gatt-api: Add Confirm Date: Wed, 23 Aug 2017 14:16:33 -0700 Message-Id: <20170823211633.88872-1-yunhanw@google.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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