From 1abed724ce238a499ffce3f4b560896c569709a0 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Dec 2012 13:52:09 +0200 Subject: [PATCH] obexd: Enable support for MAS profile --- obexd/plugins/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index fc88a1ea6..65bcad198 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_MAS: + return OBEX_MAS_UUID; } return NULL; -- 2.47.3