* [PATCH BlueZ] shared/util: Update SDO defined UUIDs
@ 2024-06-14 13:30 Arkadiusz Bokowy
2024-06-14 13:42 ` [PATCH BlueZ v2] " Arkadiusz Bokowy
2024-06-14 15:00 ` [BlueZ] " bluez.test.bot
0 siblings, 2 replies; 5+ messages in thread
From: Arkadiusz Bokowy @ 2024-06-14 13:30 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Arkadiusz Bokowy
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH BlueZ v2] shared/util: Update SDO defined UUIDs
2024-06-14 13:30 [PATCH BlueZ] shared/util: Update SDO defined UUIDs Arkadiusz Bokowy
@ 2024-06-14 13:42 ` Arkadiusz Bokowy
2024-06-14 15:41 ` [BlueZ,v2] " bluez.test.bot
2024-06-17 14:00 ` [PATCH BlueZ v2] " patchwork-bot+bluetooth
2024-06-14 15:00 ` [BlueZ] " bluez.test.bot
1 sibling, 2 replies; 5+ messages in thread
From: Arkadiusz Bokowy @ 2024-06-14 13:42 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Arkadiusz Bokowy
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* RE: [BlueZ] shared/util: Update SDO defined UUIDs
2024-06-14 13:30 [PATCH BlueZ] shared/util: Update SDO defined UUIDs Arkadiusz Bokowy
2024-06-14 13:42 ` [PATCH BlueZ v2] " Arkadiusz Bokowy
@ 2024-06-14 15:00 ` bluez.test.bot
1 sibling, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2024-06-14 15:00 UTC (permalink / raw)
To: linux-bluetooth, arkadiusz.bokowy
[-- Attachment #1: Type: text/plain, Size: 2568 bytes --]
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [BlueZ,v2] shared/util: Update SDO defined UUIDs
2024-06-14 13:42 ` [PATCH BlueZ v2] " Arkadiusz Bokowy
@ 2024-06-14 15:41 ` bluez.test.bot
2024-06-17 14:00 ` [PATCH BlueZ v2] " patchwork-bot+bluetooth
1 sibling, 0 replies; 5+ messages in thread
From: bluez.test.bot @ 2024-06-14 15:41 UTC (permalink / raw)
To: linux-bluetooth, arkadiusz.bokowy
[-- Attachment #1: Type: text/plain, Size: 2575 bytes --]
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH BlueZ v2] shared/util: Update SDO defined UUIDs
2024-06-14 13:42 ` [PATCH BlueZ v2] " Arkadiusz Bokowy
2024-06-14 15:41 ` [BlueZ,v2] " bluez.test.bot
@ 2024-06-17 14:00 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2024-06-17 14:00 UTC (permalink / raw)
To: Arkadiusz Bokowy; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Fri, 14 Jun 2024 15:42:28 +0200 you wrote:
> 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(-)
Here is the summary with links:
- [BlueZ,v2] shared/util: Update SDO defined UUIDs
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=9e496c216f46
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-17 14:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 13:30 [PATCH BlueZ] shared/util: Update SDO defined UUIDs Arkadiusz Bokowy
2024-06-14 13:42 ` [PATCH BlueZ v2] " Arkadiusz Bokowy
2024-06-14 15:41 ` [BlueZ,v2] " bluez.test.bot
2024-06-17 14:00 ` [PATCH BlueZ v2] " patchwork-bot+bluetooth
2024-06-14 15:00 ` [BlueZ] " bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).