lib: Remove duplicated HSP_HS_UUID definition

There is an identical definition on the same header file (next to
HSP_AG_UUID).
This commit is contained in:
Anderson Lizardo 2013-07-17 22:20:09 -04:00 committed by Johan Hedberg
parent adce984e04
commit 9b686b14f2

View File

@ -86,7 +86,6 @@ extern "C" {
#define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805f9b34fb" #define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805f9b34fb"
#define HDP_SINK_UUID "00001402-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 HID_UUID "00001124-0000-1000-8000-00805f9b34fb"
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb" #define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"