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 (mailing list archive)
State Accepted
Commit 6f131929b832e9b9fbb2df301d31b4154a1b213b
Headers show
Series [BlueZ,1/8] doc: add MGMT setting for CIS features, remove Quality Report | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint fail WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T1 Title exceeds max length (81>80): "[BlueZ,4/8] tools/btmgmt: add names for MGMT setting bits for CIS feature support"
tedd_an/IncrementalBuild success Incremental Build PASS

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)