From 08342516330266b61f8a3e28b80bdf19cfc7f93b Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Mon, 20 Oct 2014 20:34:29 +0530 Subject: [PATCH] tools/sdptool: Add MAP supported features Add MapSupportedFeatures into MAS attribute names. --- tools/sdptool.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.3