Diff between d5a97358c92fb7ee209e06acff01b119b37c3bf5 and 8ac20a715cb83fefdbfe6b166e42de09254b8181

Changed Files

File Additions Deletions Status
lib/sdp.c +3 -0 modified

Full Patch

diff --git a/lib/sdp.c b/lib/sdp.c
index ceb1192..dbffec0 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"		},