diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-11-23 14:33:49 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-11-23 14:33:49 +0200 |
commit | 8ac20a715cb83fefdbfe6b166e42de09254b8181 (patch) | |
tree | 5d56218e508f1116df35e1be0f3f26495b9f6317 /lib | |
parent | d5a97358c92fb7ee209e06acff01b119b37c3bf5 (diff) | |
download | bluez-8ac20a715cb83fefdbfe6b166e42de09254b8181.tar.gz |
lib: Add missing svclass entries for MAP
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sdp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" }, |