From 08ecd7d64afc3493046db2e09e5e8f875571ee84 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 7 Aug 2005 11:24:49 +0000 Subject: Add UUIDs for phonebook access profile --- tools/sdptool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sdptool.c b/tools/sdptool.c index b3f4648c..f6a47ddf 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -302,6 +302,8 @@ static struct uuid_def uuid16_names[] = { { 0x1128, "Common ISDN Access (CIP)", NULL, 0 }, { 0x1129, "VideoConferencingGW (VCP)", NULL, 0 }, { 0x112d, "SIM Access (SAP)", NULL, 0 }, + { 0x112e, "Phonebook Access (PBAP) - PCE", NULL, 0 }, + { 0x112f, "Phonebook Access (PBAP) - PSE", NULL, 0 }, /* ... */ { 0x1200, "PnPInformation", did_attrib_names, sizeof(did_attrib_names)/sizeof(struct attrib_def) }, -- cgit