From 55f1c95ed1c541df85d270ca40c449debe9ce28f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 1 Jul 2011 10:12:22 +0300 Subject: [PATCH] bluetooth: use lower case for UUIDs BlueZ also uses lower case --- plugins/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4