Diff between 64dfc3163a4d28c3b9ad45efeed69200f85f1d51 and 567734df6ccbba46759d32d763ab718017215dec

Changed Files

File Additions Deletions Status
tools/parser/sdp.c +2 -1 modified
tools/parser/sdp.h +1 -0 modified

Full Patch

diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c
index 034e496..d38eeb5 100644
--- a/tools/parser/sdp.c
+++ b/tools/parser/sdp.c
@@ -141,7 +141,8 @@ static sdp_uuid_nam_lookup_table_t sdp_uuid_nam_lookup_table[] = {
 	{ SDP_UUID_GENERIC_AUDIO,            "Audio"        },
 	{ SDP_UUID_GENERIC_TELEPHONY,        "Telephony"    },
 	{ SDP_UUID_VIDEO_SOURCE,             "VideoSource"  }, /* VDP */
-	{ SDP_UUID_VIDEO_SINK,               "VideoSink"    }  /* VDP */
+	{ SDP_UUID_VIDEO_SINK,               "VideoSink"    }, /* VDP */
+	{ SDP_UUID_VIDEO_DISTRIBUTION,       "VideoDist"    }, /* VDP */
 };
 
 #define SDP_UUID_NAM_LOOKUP_TABLE_SIZE \
diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h
index 681753d..fc7c720 100644
--- a/tools/parser/sdp.h
+++ b/tools/parser/sdp.h
@@ -91,6 +91,7 @@
 #define SDP_UUID_GENERIC_TELEPHONY                     0x1204
 #define SDP_UUID_VIDEO_SOURCE                          0x1303 /* VDP */
 #define SDP_UUID_VIDEO_SINK                            0x1304 /* VDP */
+#define SDP_UUID_VIDEO_DISTRIBUTION                    0x1305 /* VDP */
 
 /* Bluetooth assigned numbers for Attribute IDs */
 #define SDP_ATTR_ID_SERVICE_RECORD_HANDLE              0x0000