From abe36820604821e62d3311c76e01c1b3b70da446 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Jun 2006 10:46:59 +0000 Subject: [PATCH] hcidump: Update UUID and attribute definitions --- tools/parser/sdp.c | 8 +++++++- tools/parser/sdp.h | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c index 9111277b9..adb02eb94 100644 --- a/tools/parser/sdp.c +++ b/tools/parser/sdp.c @@ -155,6 +155,7 @@ static sdp_uuid_nam_lookup_table_t sdp_uuid_nam_lookup_table[] = { { SDP_UUID_SIM_ACCESS, "SAP" }, /* SAP */ { SDP_UUID_PHONEBOOK_ACCESS_PCE, "PBAP PCE" }, /* PBAP */ { SDP_UUID_PHONEBOOK_ACCESS_PSE, "PBAP PSE" }, /* PBAP */ + { SDP_UUID_PHONEBOOK_ACCESS, "PBAP" }, /* PBAP */ { SDP_UUID_PNP_INFORMATION, "PNPInfo" }, { SDP_UUID_GENERIC_NETWORKING, "Networking" }, { SDP_UUID_GENERIC_FILE_TRANSFER, "FileTrnsf" }, @@ -208,7 +209,12 @@ static sdp_attr_id_nam_lookup_table_t sdp_attr_id_nam_lookup_table[] = { { SDP_ATTR_ID_NET_ACCESS_TYPE, "NetAccessType" }, /* PAN */ { SDP_ATTR_ID_MAX_NET_ACCESS_RATE, "MaxNetAccessRate" }, /* PAN */ { SDP_ATTR_ID_IPV4_SUBNET, "IPv4Subnet" }, /* PAN */ - { SDP_ATTR_ID_IPV6_SUBNET, "IPv6Subnet" } /* PAN */ + { SDP_ATTR_ID_IPV6_SUBNET, "IPv6Subnet" }, /* PAN */ + { SDP_ATTR_ID_SUPPORTED_CAPABILITIES, "SuppCapabilities" }, /* Imaging */ + { SDP_ATTR_ID_SUPPORTED_FEATURES, "SuppFeatures" }, /* Imaging and Hansfree */ + { SDP_ATTR_ID_SUPPORTED_FUNCTIONS, "SuppFunctions" }, /* Imaging */ + { SDP_ATTR_ID_TOTAL_IMAGING_DATA_CAPACITY, "SuppTotalCapacity" }, /* Imaging */ + { SDP_ATTR_ID_SUPPORTED_REPOSITORIES, "SuppRepositories" }, /* PBAP */ }; #define SDP_ATTR_ID_NAM_LOOKUP_TABLE_SIZE \ diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index 02de5d3de..3102cd407 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -100,6 +100,7 @@ #define SDP_UUID_SIM_ACCESS 0x112d /* SAP */ #define SDP_UUID_PHONEBOOK_ACCESS_PCE 0x112e /* PBAP */ #define SDP_UUID_PHONEBOOK_ACCESS_PSE 0x112f /* PBAP */ +#define SDP_UUID_PHONEBOOK_ACCESS 0x1130 /* PBAP */ #define SDP_UUID_PNP_INFORMATION 0x1200 #define SDP_UUID_GENERIC_NETWORKING 0x1201 #define SDP_UUID_GENERIC_FILE_TRANSFER 0x1202 -- 2.47.3