summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-07 11:24:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-07 11:24:49 +0000
commit08ecd7d64afc3493046db2e09e5e8f875571ee84 (patch)
tree19fef55bed7f0faa86306c5afdeeaf6f31454e5c
parent76823d4777869743af04038d82705cd7249657b8 (diff)
Add UUIDs for phonebook access profile
-rw-r--r--tools/sdptool.c2
1 files changed, 2 insertions, 0 deletions
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) },