From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- obexd/plugins/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html