Diff between ee7b55d29c49302dc9a1aa151a70a5da595cc3b0 and cf70652a1aeec3ffc1620a3145470d22ad47738b
Changed Files
| File | Additions | Deletions | Status |
| obexd/gwobex/gw-obex.h | +6 | -0 | modified |
Full Patch
diff --git a/obexd/gwobex/gw-obex.h b/obexd/gwobex/gw-obex.h
index 1ac2ca2..c858341 100644
--- a/obexd/gwobex/gw-obex.h
+++ b/obexd/gwobex/gw-obex.h
@@ -88,6 +88,12 @@
/** Length of OBEX_PBAP_UUID */
#define OBEX_PBAP_UUID_LEN 16
+/** IrMC Sync Profile UUID */
+#define OBEX_SYNC_UUID \
+ "IRMC-SYNC"
+/** Length of OBEX_SYNC_UUID */
+#define OBEX_SYNC_UUID_LEN 9
+
/** Struct containing the context of a gwobex connection */
typedef struct gw_obex GwObex;