2016-03-04 11:16:43

by Szymon Janc

[permalink] [raw]
Subject: [PATCH] doc: Fix data length in Advertising API description

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



2016-03-11 08:45:54

by Szymon Janc

[permalink] [raw]
Subject: Re: [PATCH] doc: Fix data length in Advertising API description

On Friday 04 March 2016 12:16:43 Szymon Janc wrote:
> 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.

Applied.

--
pozdrawiam
Szymon Janc