2020-03-26 08:14:57

by Yun-hao Chung

[permalink] [raw]
Subject: [Bluez PATCH v1] tools/btmgmt: Fix missing setting string in btmgmt

Both PHY configuration and wide band speech are not set in
btmgmt.c.
---

tools/btmgmt.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index f631de4aa..b1820b41c 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -353,6 +353,8 @@ static const char *settings_str[] = {
"privacy",
"configuration",
"static-addr",
+ "phy-configuration",
+ "wide-band-speech",
};

static const char *settings2str(uint32_t settings)
--
2.25.1.696.g5e7596f4ac-goog


2020-03-26 21:09:23

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [Bluez PATCH v1] tools/btmgmt: Fix missing setting string in btmgmt

Hi Howard,

On Thu, Mar 26, 2020 at 1:16 AM Howard Chung <[email protected]> wrote:
>
> Both PHY configuration and wide band speech are not set in
> btmgmt.c.
> ---
>
> tools/btmgmt.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/btmgmt.c b/tools/btmgmt.c
> index f631de4aa..b1820b41c 100644
> --- a/tools/btmgmt.c
> +++ b/tools/btmgmt.c
> @@ -353,6 +353,8 @@ static const char *settings_str[] = {
> "privacy",
> "configuration",
> "static-addr",
> + "phy-configuration",
> + "wide-band-speech",
> };
>
> static const char *settings2str(uint32_t settings)
> --
> 2.25.1.696.g5e7596f4ac-goog

Applied, thanks.

--
Luiz Augusto von Dentz