OSDN Git Service

lib: Add missing OBEX UUID strings to uuid.h
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Nov 2012 12:50:05 +0000 (14:50 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 14 Nov 2012 12:50:05 +0000 (14:50 +0200)
lib/uuid.h

index a812309..0edc57c 100644 (file)
@@ -90,6 +90,14 @@ extern "C" {
 
 #define SPP_UUID               "00001101-0000-1000-8000-00805f9b34fb"
 
+#define OBEX_SYNC_UUID         "00001104-0000-1000-8000-00805f9b34fb"
+#define OBEX_OPP_UUID          "00001105-0000-1000-8000-00805f9b34fb"
+#define OBEX_FTP_UUID          "00001106-0000-1000-8000-00805f9b34fb"
+#define OBEX_BIP_UUID          "0000111a-0000-1000-8000-00805f9b34fb"
+#define OBEX_PBAP_UUID         "0000112f-0000-1000-8000-00805f9b34fb"
+#define OBEX_MAS_UUID          "00001132-0000-1000-8000-00805f9b34fb"
+#define OBEX_MNS_UUID          "00001133-0000-1000-8000-00805f9b34fb"
+
 typedef struct {
        enum {
                BT_UUID_UNSPEC = 0,