From 0bfc2964ea4de0108d5e7012a564436e87cf4c55 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 21 May 2018 16:16:06 +0300 Subject: [PATCH] doc/advertising-api: Add DiscoverableTimeout property 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.47.3