All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fix data length in Advertising API description
@ 2016-03-04 11:16 Szymon Janc
  2016-03-11  8:45 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2016-03-04 11:16 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

LE Advertising Data is 31 bytes long.
---
 doc/advertising-api.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index 4ee37bb..1c18ae3 100644
--- a/doc/advertising-api.txt
+++ b/doc/advertising-api.txt
@@ -3,7 +3,7 @@ BlueZ D-Bus LE Advertising API Description
 
 Advertising packets are structured data which is broadcast on the LE Advertising
 channels and available for all devices in range.  Because of the limited space
-available in LE Advertising packets (32 bytes), each packet's contents must be
+available in LE Advertising packets (31 bytes), each packet's contents must be
 carefully controlled.
 
 BlueZ acts as a store for the Advertisement Data which is meant to be sent.
-- 
2.6.2


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

end of thread, other threads:[~2016-03-11  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 11:16 [PATCH] doc: Fix data length in Advertising API description Szymon Janc
2016-03-11  8:45 ` Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.