From d1e4a4b8dc9fe51955fedeccae01e347d069c7b9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 22 Aug 2005 10:45:26 +0000 Subject: [PATCH] hcidump: Add some missing attribute identifier --- tools/parser/sdp.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index 500018013..e996d8399 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -132,4 +132,10 @@ #define SDP_ATTR_ID_IPV4_SUBNET 0x030d /* PAN */ #define SDP_ATTR_ID_IPV6_SUBNET 0x030e /* PAN */ +#define SDP_ATTR_ID_SUPPORTED_CAPABILITIES 0x0310 /* Imaging */ +#define SDP_ATTR_ID_SUPPORTED_FEATURES 0x0311 /* Imaging and Hansfree */ +#define SDP_ATTR_ID_SUPPORTED_FUNCTIONS 0x0312 /* Imaging */ +#define SDP_ATTR_ID_TOTAL_IMAGING_DATA_CAPACITY 0x0313 /* Imaging */ +#define SDP_ATTR_ID_SUPPORTED_REPOSITORIES 0x0314 /* PBAP */ + #endif /* __SDP_H */ -- 2.47.3