From 40b2cc329c61335ba63fbeeec1155b8391cef153 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Dec 2012 13:52:10 +0200 Subject: [PATCH] obexd: Enable support SYNC profile --- obexd/plugins/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index 65bcad198..8a9e190e0 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -312,6 +312,8 @@ static const char *service2uuid(uint16_t service) return OBEX_FTP_UUID; case OBEX_PBAP: return OBEX_PSE_UUID; + case OBEX_IRMC: + return OBEX_SYNC_UUID; case OBEX_MAS: return OBEX_MAS_UUID; } -- 2.47.3