All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH BlueZ] doc/advmon-api: Clarify Patterns property
@ 2021-06-24 17:44 David Lechner
  2021-06-24 18:41 ` [RESEND,BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: David Lechner @ 2021-06-24 17:44 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: David Lechner, Miao-chen Chou, Archie Pusaka, Manish Mandlik

The Patterns property description was not as clear as it could be. This
expands the text a bit, replaces the C enum value 0x01 with the D-Bus
property string value "or_patterns" and improves the grammar in a few
places.
---
 doc/advertisement-monitor-api.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/advertisement-monitor-api.txt b/doc/advertisement-monitor-api.txt
index 8100717c0..9189f2cce 100644
--- a/doc/advertisement-monitor-api.txt
+++ b/doc/advertisement-monitor-api.txt
@@ -105,10 +105,11 @@ Properties	string Type [read-only]
 
 		array{(uint8, uint8, array{byte})} Patterns [read-only, optional]
 
-			If Type is set to 0x01, this must exist and has at least
-			one entry in the array.
+			If the Type property is set to "or_patterns", then this
+			property must exist and have at least one entry in the
+			array.
 
-			The structure of a pattern contains the following.
+			The structure of a pattern contains the following:
 			uint8 start_position
 				The index in an AD data field where the search
 				should start. The beginning of an AD data field
-- 
2.25.1


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

* RE: [RESEND,BlueZ] doc/advmon-api: Clarify Patterns property
  2021-06-24 17:44 [RESEND PATCH BlueZ] doc/advmon-api: Clarify Patterns property David Lechner
@ 2021-06-24 18:41 ` bluez.test.bot
  2021-06-24 20:12   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: bluez.test.bot @ 2021-06-24 18:41 UTC (permalink / raw)
  To: linux-bluetooth, david

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=506641

---Test result---

Test Summary:
CheckPatch                    PASS      0.23 seconds
GitLint                       PASS      0.11 seconds
Prep - Setup ELL              PASS      40.64 seconds
Build - Prep                  PASS      0.10 seconds
Build - Configure             PASS      7.14 seconds
Build - Make                  PASS      174.76 seconds
Make Check                    PASS      8.47 seconds
Make Distcheck                PASS      210.39 seconds
Build w/ext ELL - Configure   PASS      7.21 seconds
Build w/ext ELL - Make        PASS      164.53 seconds

Details
##############################
Test: CheckPatch - PASS
Desc: Run checkpatch.pl script with rule in .checkpatch.conf

##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - PASS
Desc: Build the BlueZ source tree

##############################
Test: Make Check - PASS
Desc: Run 'make check'

##############################
Test: Make Distcheck - PASS
Desc: Run distcheck to check the distribution

##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - PASS
Desc: Build BlueZ source with '--enable-external-ell' configuration



---
Regards,
Linux Bluetooth


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

* Re: [RESEND,BlueZ] doc/advmon-api: Clarify Patterns property
  2021-06-24 18:41 ` [RESEND,BlueZ] " bluez.test.bot
@ 2021-06-24 20:12   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-06-24 20:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: David Lechner

Hi David,

On Thu, Jun 24, 2021 at 11:44 AM <bluez.test.bot@gmail.com> wrote:
>
> This is automated email and please do not reply to this email!
>
> Dear submitter,
>
> Thank you for submitting the patches to the linux bluetooth mailing list.
> This is a CI test results with your patch series:
> PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=506641
>
> ---Test result---
>
> Test Summary:
> CheckPatch                    PASS      0.23 seconds
> GitLint                       PASS      0.11 seconds
> Prep - Setup ELL              PASS      40.64 seconds
> Build - Prep                  PASS      0.10 seconds
> Build - Configure             PASS      7.14 seconds
> Build - Make                  PASS      174.76 seconds
> Make Check                    PASS      8.47 seconds
> Make Distcheck                PASS      210.39 seconds
> Build w/ext ELL - Configure   PASS      7.21 seconds
> Build w/ext ELL - Make        PASS      164.53 seconds
>
> Details
> ##############################
> Test: CheckPatch - PASS
> Desc: Run checkpatch.pl script with rule in .checkpatch.conf
>
> ##############################
> Test: GitLint - PASS
> Desc: Run gitlint with rule in .gitlint
>
> ##############################
> Test: Prep - Setup ELL - PASS
> Desc: Clone, build, and install ELL
>
> ##############################
> Test: Build - Prep - PASS
> Desc: Prepare environment for build
>
> ##############################
> Test: Build - Configure - PASS
> Desc: Configure the BlueZ source tree
>
> ##############################
> Test: Build - Make - PASS
> Desc: Build the BlueZ source tree
>
> ##############################
> Test: Make Check - PASS
> Desc: Run 'make check'
>
> ##############################
> Test: Make Distcheck - PASS
> Desc: Run distcheck to check the distribution
>
> ##############################
> Test: Build w/ext ELL - Configure - PASS
> Desc: Configure BlueZ source with '--enable-external-ell' configuration
>
> ##############################
> Test: Build w/ext ELL - Make - PASS
> Desc: Build BlueZ source with '--enable-external-ell' configuration
>
>
>
> ---
> Regards,
> Linux Bluetooth

Applied, thanks.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2021-06-24 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 17:44 [RESEND PATCH BlueZ] doc/advmon-api: Clarify Patterns property David Lechner
2021-06-24 18:41 ` [RESEND,BlueZ] " bluez.test.bot
2021-06-24 20:12   ` Luiz Augusto von Dentz

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.