summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-11-23 14:33:49 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-11-23 14:33:49 +0200
commit8ac20a715cb83fefdbfe6b166e42de09254b8181 (patch)
tree5d56218e508f1116df35e1be0f3f26495b9f6317 /lib
parentd5a97358c92fb7ee209e06acff01b119b37c3bf5 (diff)
downloadbluez-8ac20a715cb83fefdbfe6b166e42de09254b8181.tar.gz
lib: Add missing svclass entries for MAP
Diffstat (limited to 'lib')
-rw-r--r--lib/sdp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sdp.c b/lib/sdp.c
index ceb119263..dbffec06d 100644
--- a/lib/sdp.c
+++ b/lib/sdp.c
@@ -159,6 +159,9 @@ static struct tupla ServiceClass[] = {
{ PBAP_PCE_SVCLASS_ID, "Phonebook Access - PCE" },
{ PBAP_PSE_SVCLASS_ID, "Phonebook Access - PSE" },
{ PBAP_SVCLASS_ID, "Phonebook Access" },
+ { MAP_MSE_SVCLASS_ID, "Message Access - MAS" },
+ { MAP_MCE_SVCLASS_ID, "Message Access - MNS" },
+ { MAP_SVCLASS_ID, "Message Access" },
{ PNP_INFO_SVCLASS_ID, "PnP Information" },
{ GENERIC_NETWORKING_SVCLASS_ID, "Generic Networking" },
{ GENERIC_FILETRANS_SVCLASS_ID, "Generic File Transfer" },