diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2012-12-12 13:52:09 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-12 13:57:13 +0200 |
commit | 1abed724ce238a499ffce3f4b560896c569709a0 (patch) | |
tree | 48ed8516da2a2a7729996980193bebef6f0ec851 /obexd/plugins | |
parent | c8af8efef02b296ce834d8d45599ca492f12c6d0 (diff) | |
download | bluez-1abed724ce238a499ffce3f4b560896c569709a0.tar.gz |
obexd: Enable support for MAS profile
Diffstat (limited to 'obexd/plugins')
-rw-r--r-- | obexd/plugins/bluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |