All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition
@ 2013-07-18  2:20 Anderson Lizardo
  2013-07-18  9:33 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Anderson Lizardo @ 2013-07-18  2:20 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Anderson Lizardo

There is an identical definition on the same header file (next to
HSP_AG_UUID).
---
 lib/uuid.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/uuid.h b/lib/uuid.h
index 1e8188a..95e5a9a 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -86,7 +86,6 @@ extern "C" {
 #define HDP_SOURCE_UUID		"00001401-0000-1000-8000-00805f9b34fb"
 #define HDP_SINK_UUID		"00001402-0000-1000-8000-00805f9b34fb"
 
-#define HSP_HS_UUID		"00001108-0000-1000-8000-00805f9b34fb"
 #define HID_UUID		"00001124-0000-1000-8000-00805f9b34fb"
 
 #define DUN_GW_UUID		"00001103-0000-1000-8000-00805f9b34fb"
-- 
1.7.9.5


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

* Re: [PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition
  2013-07-18  2:20 [PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition Anderson Lizardo
@ 2013-07-18  9:33 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-07-18  9:33 UTC (permalink / raw)
  To: Anderson Lizardo; +Cc: linux-bluetooth

Hi Lizardo,

On Wed, Jul 17, 2013, Anderson Lizardo wrote:
> There is an identical definition on the same header file (next to
> HSP_AG_UUID).
> ---
>  lib/uuid.h |    1 -
>  1 file changed, 1 deletion(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2013-07-18  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-18  2:20 [PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition Anderson Lizardo
2013-07-18  9:33 ` Johan Hedberg

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.