From fd650c5d249c0ba3adbddcfaf6b5d16ddae9a226 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 29 Nov 2004 03:42:50 +0000 Subject: [PATCH] hcidump: Add UUID translation for WAP --- tools/parser/sdp.c | 2 ++ tools/parser/sdp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c index 6d641392d..4e03a4b5c 100644 --- a/tools/parser/sdp.c +++ b/tools/parser/sdp.c @@ -82,6 +82,8 @@ static sdp_uuid_nam_lookup_table_t sdp_uuid_nam_lookup_table[] = { { SDP_UUID_INTERCOM, "Intercom" }, { SDP_UUID_FAX, "Fax" }, { SDP_UUID_HEADSET_AUDIO_GATEWAY, "Headset AG" }, + { SDP_UUID_WAP, "WAP" }, + { SDP_UUID_WAP_CLIENT, "WAP Client" }, { SDP_UUID_PANU, "PANU" }, /* PAN */ { SDP_UUID_NAP, "NAP" }, /* PAN */ { SDP_UUID_GN, "GN" }, /* PAN */ diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index 23b862e16..f920d8f0b 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -75,6 +75,8 @@ #define SDP_UUID_INTERCOM 0x1110 #define SDP_UUID_FAX 0x1111 #define SDP_UUID_HEADSET_AUDIO_GATEWAY 0x1112 +#define SDP_UUID_WAP 0x1113 +#define SDP_UUID_WAP_CLIENT 0x1114 #define SDP_UUID_PANU 0x1115 /* PAN */ #define SDP_UUID_NAP 0x1116 /* PAN */ #define SDP_UUID_GN 0x1117 /* PAN */ -- 2.47.3