2020-06-16 22:58:13

by Miao-chen Chou

[permalink] [raw]
Subject: [BlueZ PATCH v1] lib: Correct the string for a mgmt op

This corrects the string of MGMT_OP_ADD_ADV_PATTERNS_MONITOR to match
mgmt-api.txt.
---

lib/mgmt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mgmt.h b/lib/mgmt.h
index bb31156ab..fad1f3dfe 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -1008,7 +1008,7 @@ static const char *mgmt_op[] = {
"Read Default System Configuration",
"Set Default System Configuration",
"Read Advertisement Monitor Features",
- "Add Advertisement Monitor",
+ "Add Advertisement Patterns Monitor",
"Remove Advertisement Monitor",
};

--
2.26.2


2020-06-18 04:44:37

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [BlueZ PATCH v1] lib: Correct the string for a mgmt op

Hi Miao,

On Tue, Jun 16, 2020 at 4:00 PM Miao-chen Chou <[email protected]> wrote:
>
> This corrects the string of MGMT_OP_ADD_ADV_PATTERNS_MONITOR to match
> mgmt-api.txt.
> ---
>
> lib/mgmt.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/mgmt.h b/lib/mgmt.h
> index bb31156ab..fad1f3dfe 100644
> --- a/lib/mgmt.h
> +++ b/lib/mgmt.h
> @@ -1008,7 +1008,7 @@ static const char *mgmt_op[] = {
> "Read Default System Configuration",
> "Set Default System Configuration",
> "Read Advertisement Monitor Features",
> - "Add Advertisement Monitor",
> + "Add Advertisement Patterns Monitor",
> "Remove Advertisement Monitor",
> };
>
> --
> 2.26.2

Applied, thanks.

--
Luiz Augusto von Dentz