Diff between 1abed724ce238a499ffce3f4b560896c569709a0 and 40b2cc329c61335ba63fbeeec1155b8391cef153

Changed Files

File Additions Deletions Status
obexd/plugins/bluetooth.c +2 -0 modified

Full Patch

diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 65bcad1..8a9e190 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;
 	}