Diff between 31aa5101829c36bb8a8acc587c3871d44ac88efe and d1e4a4b8dc9fe51955fedeccae01e347d069c7b9

Changed Files

File Additions Deletions Status
tools/parser/sdp.h +6 -0 modified

Full Patch

diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h
index 5000180..e996d83 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 */