diff mbox series

[BlueZ,4/8] tools/btmgmt: add names for MGMT setting bits for CIS feature support

Message ID b98624eb045141f941c3855631e266c93203bf91.1675103676.git.pav@iki.fi
State New
Headers show
Series None | expand

Commit Message

Pauli Virtanen Jan. 30, 2023, 6:37 p.m. UTC
---
 tools/btmgmt.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Luiz Augusto von Dentz Feb. 7, 2023, 1:14 a.m. UTC | #1
Hi Pauli,

On Mon, Jan 30, 2023 at 10:50 AM Pauli Virtanen <pav@iki.fi> wrote:

Add the btmgmt output as a description showing the result of these changes.

> ---
>  tools/btmgmt.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/btmgmt.c b/tools/btmgmt.c
> index 29f86091f..323c26712 100644
> --- a/tools/btmgmt.c
> +++ b/tools/btmgmt.c
> @@ -353,6 +353,8 @@ static const char *settings_str[] = {
>                                 "static-addr",
>                                 "phy-configuration",
>                                 "wide-band-speech",
> +                               "cis-central",
> +                               "cis-peripheral",
>  };
>
>  static const char *settings2str(uint32_t settings)
> --
> 2.39.1
>
diff mbox series

Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 29f86091f..323c26712 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -353,6 +353,8 @@  static const char *settings_str[] = {
 				"static-addr",
 				"phy-configuration",
 				"wide-band-speech",
+				"cis-central",
+				"cis-peripheral",
 };
 
 static const char *settings2str(uint32_t settings)