OSDN Git Service

obexd: Enable MNS server
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Tue, 9 Apr 2013 11:51:36 +0000 (13:51 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 Apr 2013 11:51:09 +0000 (14:51 +0300)
obexd/plugins/bluetooth.c

index f80faa4..b9e9c91 100644 (file)
@@ -336,6 +336,8 @@ static const char *service2uuid(uint16_t service)
                return "00000002-0000-1000-8000-0002ee000002";
        case OBEX_MAS:
                return OBEX_MAS_UUID;
+       case OBEX_MNS:
+               return OBEX_MNS_UUID;
        }
 
        return NULL;