summaryrefslogtreecommitdiff
path: root/lib/uuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uuid.h')
-rwxr-xr-x[-rw-r--r--]lib/uuid.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 393fbe81..2dcfe9e4 100644..100755
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -30,9 +30,6 @@ extern "C" {
#endif
#include <stdint.h>
-#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
-#include <bluetooth/bluetooth.h>
-#endif
#define GENERIC_AUDIO_UUID "00001203-0000-1000-8000-00805f9b34fb"
@@ -91,9 +88,6 @@ extern "C" {
#define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb"
#define HID_UUID "00001124-0000-1000-8000-00805f9b34fb"
-#ifdef TIZEN_BT_HID_DEVICE_ENABLE
-#define HID_DEVICE_UUID "00001124-0000-1000-8000-00805f9b43bf"
-#endif
#define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb"
@@ -112,12 +106,6 @@ extern "C" {
#define OBEX_MNS_UUID "00001133-0000-1000-8000-00805f9b34fb"
#define OBEX_MAP_UUID "00001134-0000-1000-8000-00805f9b34fb"
-#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
-/* Samsung Accessary Protocol UUIDs */
-#define WEARABLE_OLD_SAP_UUID "a49eb41e-cb06-495c-9f4f-aa80a90cdf4a"
-#define WEARABLE_NEW_SAP_UUID "a49eb41e-cb06-495c-9f4f-bb80a90cdf00"
-#endif
-
/* GATT UUIDs section */
#define GATT_PRIM_SVC_UUID 0x2800
#define GATT_SND_SVC_UUID 0x2801
@@ -139,9 +127,6 @@ extern "C" {
#define GATT_CHARAC_SOFTWARE_REVISION_STRING 0x2A28
#define GATT_CHARAC_MANUFACTURER_NAME_STRING 0x2A29
#define GATT_CHARAC_PNP_ID 0x2A50
-#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
-#define GATT_CHARAC_CENTRAL_RPA_RESOLUTION 0x2AA6
-#endif
/* GATT Characteristic Descriptors */
#define GATT_CHARAC_EXT_PROPER_UUID 0x2900
@@ -154,11 +139,6 @@ extern "C" {
#define GATT_EXTERNAL_REPORT_REFERENCE 0x2907
#define GATT_REPORT_REFERENCE 0x2908
-#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
-/* GATT Service UUIDs : Defined by SIG */
-#define GATT_IPSP_UUID 0x1820
-#endif
-
typedef struct {
enum {
BT_UUID_UNSPEC = 0,