summaryrefslogtreecommitdiff
path: root/tools/sdptool.c
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2014-10-20 20:34:29 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-10-22 11:57:19 +0300
commit08342516330266b61f8a3e28b80bdf19cfc7f93b (patch)
tree5d4647b71f6226e49757fb0a280f481269feebd8 /tools/sdptool.c
parentceb5157b9ad8e4c7b46c2db0cb20601d47118619 (diff)
downloadbluez-08342516330266b61f8a3e28b80bdf19cfc7f93b.tar.gz
tools/sdptool: Add MAP supported features
Add MapSupportedFeatures into MAS attribute names.
Diffstat (limited to 'tools/sdptool.c')
-rw-r--r--tools/sdptool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c
index 1600c3e11..f2d3068b4 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -236,6 +236,7 @@ static struct attrib_def goep_attrib_names[] = {
static struct attrib_def mas_attrib_names[] = {
{ 0x0315, "MASInstanceID", NULL, 0 },
{ 0x0316, "SupportedMessageTypes", NULL, 0 },
+ { 0x0317, "MapSupportedFeatures", NULL, 0 },
};
/* Same for the UUIDs. See BT assigned numbers */