linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/7] doc/advertising-api: Add Duration and Timeout
@ 2017-11-02 14:15 Luiz Augusto von Dentz
  2017-11-02 14:15 ` [PATCH BlueZ 2/7] advertising: Add implementation of " Luiz Augusto von Dentz
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2017-11-02 14:15 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds duration and timeout so application can control the periods
which the advertisement stays active.
---
 doc/advertising-api.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index b10010a19..15e64d38a 100644
--- a/doc/advertising-api.txt
+++ b/doc/advertising-api.txt
@@ -84,6 +84,17 @@ Properties	string Type
 
 			Possible values: as found on GAP Service.
 
+		uint16_t Duration
+
+			Duration of the advertisement in seconds. If there are
+			other applications advertising no duration is set the
+			default is 2 seconds.
+
+		uint16_t Timeout
+
+			Timeout of the advertisement in seconds. This defines
+			the lifetime of the advertisement.
+
 LE Advertising Manager hierarchy
 ================================
 
-- 
2.13.6


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

end of thread, other threads:[~2017-11-02 14:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 14:15 [PATCH BlueZ 1/7] doc/advertising-api: Add Duration and Timeout Luiz Augusto von Dentz
2017-11-02 14:15 ` [PATCH BlueZ 2/7] advertising: Add implementation of " Luiz Augusto von Dentz
2017-11-02 14:15 ` [PATCH BlueZ 3/7] client: Add set-advertise-{duration, timeout} Luiz Augusto von Dentz
2017-11-02 14:15 ` [PATCH BlueZ 4/7] advertising: Use client proxy to release Luiz Augusto von Dentz
2017-11-02 14:15 ` [PATCH BlueZ 5/7] core: Add LEAdvertising1 to bluetooth.conf Luiz Augusto von Dentz
2017-11-02 14:24   ` Szymon Janc
2017-11-02 14:15 ` [PATCH BlueZ 6/7] core: Cleanup bluetooth.conf Luiz Augusto von Dentz
2017-11-02 14:15 ` [PATCH BlueZ 7/7] tests: Remove test-thermometer Luiz Augusto von Dentz

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