From 044d567a4dd74f4f37bd0afdb41442750cef20a2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 23 Nov 2012 14:34:18 +0200 Subject: [PATCH] sdptool: Add missing UUID entries for MAP and HSP --- tools/sdptool.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/sdptool.c b/tools/sdptool.c index 6d7f8aab7..a55df50b9 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -317,6 +317,10 @@ static struct uuid_def uuid16_names[] = { { 0x112e, "Phonebook Access (PBAP) - PCE", NULL, 0 }, { 0x112f, "Phonebook Access (PBAP) - PSE", NULL, 0 }, { 0x1130, "Phonebook Access (PBAP)", NULL, 0 }, + { 0x1131, "Headset (HSP)", NULL, 0 }, + { 0x1132, "Message Access (MAP) - MAS", NULL, 0 }, + { 0x1133, "Message Access (MAP) - MNS", NULL, 0 }, + { 0x1134, "Message Access (MAP)", NULL, 0 }, /* ... */ { 0x1200, "PnPInformation", did_attrib_names, sizeof(did_attrib_names)/sizeof(struct attrib_def) }, -- 2.47.3