All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lib/uuid: Do not use mixed-case letters in UUIDs
@ 2025-08-08 17:06 Arkadiusz Bokowy
  2025-08-08 18:31 ` bluez.test.bot
  2025-08-09  5:40 ` [PATCH] " Paul Menzel
  0 siblings, 2 replies; 3+ messages in thread
From: Arkadiusz Bokowy @ 2025-08-08 17:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arkadiusz Bokowy

---
 lib/uuid.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/uuid.h b/lib/uuid.h
index 479986f06..67cb1b92b 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -50,7 +50,7 @@ extern "C" {
 #define BATTERY_UUID		"0000180f-0000-1000-8000-00805f9b34fb"
 #define SCAN_PARAMETERS_UUID	"00001813-0000-1000-8000-00805f9b34fb"
 
-#define SAP_UUID		"0000112D-0000-1000-8000-00805f9b34fb"
+#define SAP_UUID		"0000112d-0000-1000-8000-00805f9b34fb"
 
 #define HEART_RATE_UUID			"0000180d-0000-1000-8000-00805f9b34fb"
 #define HEART_RATE_MEASUREMENT_UUID	"00002a37-0000-1000-8000-00805f9b34fb"
@@ -164,7 +164,7 @@ extern "C" {
 #define BAA_SERVICE_UUID	"00001851-0000-1000-8000-00805f9b34fb"
 
 #define ASHA_SERVICE					0xFDF0
-#define ASHA_PROFILE_UUID	"0000FDF0-0000-1000-8000-00805f9b34fb"
+#define ASHA_PROFILE_UUID	"0000fdf0-0000-1000-8000-00805f9b34fb"
 
 #define PAC_CONTEXT					0x2bcd
 #define PAC_SUPPORTED_CONTEXT				0x2bce
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-09  5:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08 17:06 [PATCH] lib/uuid: Do not use mixed-case letters in UUIDs Arkadiusz Bokowy
2025-08-08 18:31 ` bluez.test.bot
2025-08-09  5:40 ` [PATCH] " Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.