Diff between c8af8efef02b296ce834d8d45599ca492f12c6d0 and 1abed724ce238a499ffce3f4b560896c569709a0
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 fc88a1e..65bcad1 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;