From 41d61ddc985d3614d150d3e8888672a01b6b4fad Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Fri, 12 Apr 2013 11:29:05 +0200 Subject: [PATCH] lib: Add attributes MASInstanceID and SupportedMessageTypes --- lib/sdp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sdp.h b/lib/sdp.h index baae15fbe..4ef2176bd 100644 --- a/lib/sdp.h +++ b/lib/sdp.h @@ -294,6 +294,8 @@ extern "C" { #define SDP_ATTR_SUPPORTED_FUNCTIONS 0x0312 #define SDP_ATTR_TOTAL_IMAGING_DATA_CAPACITY 0x0313 #define SDP_ATTR_SUPPORTED_REPOSITORIES 0x0314 +#define SDP_ATTR_MAS_INSTANCE_ID 0x0315 +#define SDP_ATTR_SUPPORTED_MESSAGE_TYPES 0x0316 #define SDP_ATTR_SPECIFICATION_ID 0x0200 #define SDP_ATTR_VENDOR_ID 0x0201 -- 2.47.3