From cce53f0cf2f1350d7af61a2e96b843f5252169fc Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 31 May 2012 15:43:33 +0200 Subject: [PATCH] health: Move UUID string definition to lib --- health/hdp_manager.c | 1 + health/hdp_types.h | 4 ---- health/hdp_util.c | 1 + lib/uuid.h | 4 ++++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/health/hdp_manager.c b/health/hdp_manager.c index cccb1a61f..ffaed5d64 100644 --- a/health/hdp_manager.c +++ b/health/hdp_manager.c @@ -26,6 +26,7 @@ #include #include +#include #include #include diff --git a/health/hdp_types.h b/health/hdp_types.h index 9a6776f09..7f8b0151a 100644 --- a/health/hdp_types.h +++ b/health/hdp_types.h @@ -23,10 +23,6 @@ #ifndef __HDP_TYPES_H__ #define __HDP_TYPES_H__ -#define HDP_UUID "00001400-0000-1000-8000-00805F9B34FB" -#define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805F9B34FB" -#define HDP_SINK_UUID "00001402-0000-1000-8000-00805F9B34FB" - #define MANAGER_PATH "/org/bluez" #define HEALTH_MANAGER "org.bluez.HealthManager" diff --git a/health/hdp_util.c b/health/hdp_util.c index 3b48e44e5..744e3902c 100644 --- a/health/hdp_util.c +++ b/health/hdp_util.c @@ -35,6 +35,7 @@ #include #include +#include #include #include diff --git a/lib/uuid.h b/lib/uuid.h index 1ed90e030..32f51b77c 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -71,6 +71,10 @@ extern "C" { #define RFCOMM_UUID_STR "00000003-0000-1000-8000-00805f9b34fb" +#define HDP_UUID "00001400-0000-1000-8000-00805f9b34fb" +#define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805f9b34fb" +#define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb" + typedef struct { enum { BT_UUID_UNSPEC = 0, -- 2.47.3