From: Anderson Lizardo Date: Thu, 18 Jul 2013 02:20:09 +0000 (-0400) Subject: lib: Remove duplicated HSP_HS_UUID definition X-Git-Tag: android-x86-4.4-r3~7857 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9b686b14f28b96b9dac037eb00402adb2c5b010a;p=android-x86%2Fexternal-bluetooth-bluez.git lib: Remove duplicated HSP_HS_UUID definition There is an identical definition on the same header file (next to HSP_AG_UUID). --- diff --git a/lib/uuid.h b/lib/uuid.h index 1e8188ac3..95e5a9a82 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"