All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] bluetooth: use lower case for UUIDs
@ 2011-07-01  7:12 Luiz Augusto von Dentz
  2011-07-01  7:12 ` [PATCH 2/3] bluetooth: make uuid profile detection more generic Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luiz Augusto von Dentz @ 2011-07-01  7:12 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

BlueZ also uses lower case
---
 plugins/bluetooth.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h
index 505d908..318e4b0 100644
--- a/plugins/bluetooth.h
+++ b/plugins/bluetooth.h
@@ -27,7 +27,7 @@
 
 #define DBUS_TIMEOUT 15
 
-#define HFP_AG_UUID	"0000111F-0000-1000-8000-00805F9B34FB"
+#define HFP_AG_UUID	"0000111f-0000-1000-8000-00805f9b34fb"
 
 /* Profiles bitfield */
 #define HFP_AG 0x01
-- 
1.7.5.4


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

end of thread, other threads:[~2011-07-02 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  7:12 [PATCH 1/3] bluetooth: use lower case for UUIDs Luiz Augusto von Dentz
2011-07-01  7:12 ` [PATCH 2/3] bluetooth: make uuid profile detection more generic Luiz Augusto von Dentz
2011-07-01  8:14   ` Denis Kenzior
2011-07-01  7:12 ` [PATCH 3/3] bluetooth: fix not removing data when devices/adapters are removed Luiz Augusto von Dentz
2011-07-01  8:21   ` Denis Kenzior
2011-07-02 19:04     ` Luiz Augusto von Dentz
2011-07-01  8:13 ` [PATCH 1/3] bluetooth: use lower case for UUIDs Denis Kenzior

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.