2024-06-14 13:31:13

by Arkadiusz Bokowy

[permalink] [raw]
Subject: [PATCH BlueZ] shared/util: Update SDO defined UUIDs

The list of SDO defined UUIDs taken from section 3.10 of:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf
---
src/shared/util.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/shared/util.c b/src/shared/util.c
index ee59b94a0..98bf1a178 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1566,9 +1566,23 @@ static const struct {
{ 0xfd60, "Sercomm Corporation" },
{ 0xfd5f, "Oculus VR, LLC" },
/* SDO defined */
- { 0xfffc, "AirFuel Alliance" },
- { 0xfffe, "Alliance for Wireless Power (A4WP)" },
- { 0xfffd, "Fast IDentity Online Alliance (FIDO)" },
+ { 0xfccc, "Wi-Fi Easy Connect Specification Service" },
+ { 0xffef, "Wi-Fi Direct Specification Service" },
+ { 0xfff0, "Public Key Open Credential (PKOC) Service" },
+ { 0xfff1, "ICCE Digital Key Service" },
+ { 0xfff2, "Aliro Service" },
+ { 0xfff3, "FiRa Consortium Service" },
+ { 0xfff4, "FiRa Consortium Service" },
+ { 0xfff5, "Car Connectivity Consortium, LLC Service" },
+ { 0xfff6, "Matter Profile ID Service" },
+ { 0xfff7, "Zigbee Direct Service" },
+ { 0xfff8, "Mopria Alliance BLE Service" },
+ { 0xfff9, "FIDO2 Secure Client-To-Authenticator Transport Service" },
+ { 0xfffa, "ASTM Remote ID Service" },
+ { 0xfffb, "Direct Thread Commissioning Service" },
+ { 0xfffc, "Wireless Power Transfer (WPT) Service" },
+ { 0xfffd, "Universal Second Factor Authenticator Service" },
+ { 0xfffe, "Wireless Power Transfer Service" },
{ }
};

--
2.39.2



2024-06-14 13:42:54

by Arkadiusz Bokowy

[permalink] [raw]
Subject: [PATCH BlueZ v2] shared/util: Update SDO defined UUIDs

The list of SDO defined UUIDs taken from section 3.10 of:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf
---
src/shared/util.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/shared/util.c b/src/shared/util.c
index ee59b94a0..6a29b5068 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1566,9 +1566,23 @@ static const struct {
{ 0xfd60, "Sercomm Corporation" },
{ 0xfd5f, "Oculus VR, LLC" },
/* SDO defined */
- { 0xfffc, "AirFuel Alliance" },
- { 0xfffe, "Alliance for Wireless Power (A4WP)" },
- { 0xfffd, "Fast IDentity Online Alliance (FIDO)" },
+ { 0xfccc, "Wi-Fi Easy Connect Specification" },
+ { 0xffef, "Wi-Fi Direct Specification" },
+ { 0xfff0, "Public Key Open Credential (PKOC)" },
+ { 0xfff1, "ICCE Digital Key" },
+ { 0xfff2, "Aliro" },
+ { 0xfff3, "FiRa Consortium" },
+ { 0xfff4, "FiRa Consortium" },
+ { 0xfff5, "Car Connectivity Consortium, LLC" },
+ { 0xfff6, "Matter Profile ID" },
+ { 0xfff7, "Zigbee Direct" },
+ { 0xfff8, "Mopria Alliance BLE" },
+ { 0xfff9, "FIDO2 Secure Client-To-Authenticator Transport" },
+ { 0xfffa, "ASTM Remote ID" },
+ { 0xfffb, "Direct Thread Commissioning" },
+ { 0xfffc, "Wireless Power Transfer (WPT)" },
+ { 0xfffd, "Universal Second Factor Authenticator" },
+ { 0xfffe, "Wireless Power Transfer" },
{ }
};

--
2.39.2


2024-06-14 15:11:41

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] shared/util: Update SDO defined UUIDs

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

---Test result---

Test Summary:
CheckPatch FAIL 0.65 seconds
GitLint FAIL 0.51 seconds
BuildEll PASS 24.55 seconds
BluezMake PASS 1660.46 seconds
MakeCheck PASS 13.52 seconds
MakeDistcheck PASS 176.12 seconds
CheckValgrind PASS 251.96 seconds
CheckSmatch PASS 354.20 seconds
bluezmakeextell PASS 119.26 seconds
IncrementalBuild PASS 1417.18 seconds
ScanBuild PASS 990.64 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ] shared/util: Update SDO defined UUIDs
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#91:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf

/github/workspace/src/src/13698701.patch total: 0 errors, 1 warnings, 26 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13698701.patch has style problems, please review.

NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[BlueZ] shared/util: Update SDO defined UUIDs

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
4: B1 Line exceeds max length (114>80): "https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf"


---
Regards,
Linux Bluetooth

2024-06-14 15:46:20

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ,v2] shared/util: Update SDO defined UUIDs

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

---Test result---

Test Summary:
CheckPatch FAIL 0.65 seconds
GitLint FAIL 0.51 seconds
BuildEll PASS 24.63 seconds
BluezMake PASS 1702.92 seconds
MakeCheck PASS 13.70 seconds
MakeDistcheck PASS 177.66 seconds
CheckValgrind PASS 252.83 seconds
CheckSmatch PASS 356.91 seconds
bluezmakeextell PASS 123.30 seconds
IncrementalBuild PASS 1522.39 seconds
ScanBuild PASS 1011.83 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ,v2] shared/util: Update SDO defined UUIDs
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#95:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf

/github/workspace/src/src/13698723.patch total: 0 errors, 1 warnings, 26 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13698723.patch has style problems, please review.

NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[BlueZ,v2] shared/util: Update SDO defined UUIDs

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
4: B1 Line exceeds max length (114>80): "https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf"


---
Regards,
Linux Bluetooth