All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: ofono@ofono.org
Subject: [PATCH 1/3] bluetooth: use lower case for UUIDs
Date: Fri, 01 Jul 2011 10:12:22 +0300	[thread overview]
Message-ID: <1309504344-23058-1-git-send-email-luiz.dentz@gmail.com> (raw)

[-- 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


             reply	other threads:[~2011-07-01  7:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01  7:12 Luiz Augusto von Dentz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1309504344-23058-1-git-send-email-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.