diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-29 03:49:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-29 03:49:36 +0000 |
commit | 2ec32295cb3b5f8b1cf140a8913d1e75dd8a6db5 (patch) | |
tree | 8f248f3debae791deccc2795027c2401a6e7cccf /tools/sdptool.c | |
parent | 338653545090b72df3e97610ce8dc9b6f1a4e6d4 (diff) |
Update UUID translation for WAP
Diffstat (limited to 'tools/sdptool.c')
-rw-r--r-- | tools/sdptool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index c63750c4..3257159a 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -236,7 +236,7 @@ static struct uuid_def uuid16_names[] = { { 0x1111, "Fax", NULL, 0 }, { 0x1112, "HeadsetAudioGateway", NULL, 0 }, { 0x1113, "WAP", NULL, 0 }, - { 0x1114, "WAP_CLIENT", NULL, 0 }, + { 0x1114, "WAP Client", NULL, 0 }, { 0x1115, "PANU (PAN/BNEP)", pan_attrib_names, sizeof(pan_attrib_names)/sizeof(struct attrib_def) }, { 0x1116, "NAP (PAN/BNEP)", |