From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH v2 6/8] doc/advertising-api: Add DiscoverableTimeout property Date: Mon, 21 May 2018 17:07:32 +0300 Message-Id: <20180521140734.10344-7-luiz.dentz@gmail.com> In-Reply-To: <20180521140734.10344-1-luiz.dentz@gmail.com> References: <20180521140734.10344-1-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz This property can control how long an instance is visible. --- doc/advertising-api.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt index 96deeeccd..cfce0f9a3 100644 --- a/doc/advertising-api.txt +++ b/doc/advertising-api.txt @@ -86,6 +86,15 @@ Properties string Type Note: This property shall not be set when Type is set to broadcast. + uint16 DiscoverableTimeout [Experimental] + + The discoverable timeout in seconds. A value of zero + means that the timeout is disabled and it will stay in + discoverable/limited mode forever. + + Note: This property shall not be set when Type is set + to broadcast. + array{string} Includes List of features to be included in the advertising -- 2.14.3