Message ID | 20240201191004.1122047-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,v1,1/5] client/mgmt: Add missing settings strings | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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
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)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds "iso-broadcaster" and "sync-receiver" which were missing. --- client/mgmt.c | 2 ++ 1 file changed, 2 insertions(+)