2024-02-01 19:10:16

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: [PATCH BlueZ v1 1/5] client/mgmt: Add missing settings strings

From: Luiz Augusto von Dentz <[email protected]>

This adds "iso-broadcaster" and "sync-receiver" which were missing.
---
client/mgmt.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/client/mgmt.c b/client/mgmt.c
index 62167727c1c0..44bf4d2019ea 100644
--- a/client/mgmt.c
+++ b/client/mgmt.c
@@ -359,6 +359,8 @@ static const char *settings_str[] = {
"wide-band-speech",
"cis-central",
"cis-peripheral",
+ "iso-broadcaster",
+ "sync-receiver"
};

static const char *settings2str(uint32_t settings)
--
2.43.0



2024-02-01 20:30:35

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ,v1,1/5] client/mgmt: Add missing settings strings

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=822250

---Test result---

Test Summary:
CheckPatch PASS 0.46 seconds
GitLint PASS 0.33 seconds
BuildEll PASS 24.45 seconds
BluezMake PASS 728.13 seconds
MakeCheck PASS 11.57 seconds
MakeDistcheck PASS 163.60 seconds
CheckValgrind PASS 224.94 seconds
CheckSmatch PASS 329.48 seconds
bluezmakeextell PASS 106.97 seconds
IncrementalBuild PASS 676.54 seconds
ScanBuild PASS 956.25 seconds



---
Regards,
Linux Bluetooth