From cf70652a1aeec3ffc1620a3145470d22ad47738b Mon Sep 17 00:00:00 2001 From: Forrest Zhao Date: Mon, 19 Jan 2009 06:11:05 +0800 Subject: [PATCH] obexd: add Sync macro definition in gw-obex.h --- obexd/gwobex/gw-obex.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/obexd/gwobex/gw-obex.h b/obexd/gwobex/gw-obex.h index 1ac2ca200..c85834100 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; -- 2.47.3