diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-12-25 20:41:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-12-25 20:41:29 +0000 |
commit | 207ed32b02954e52bd162f270db60b8e37d58442 (patch) | |
tree | eb923fbd71ca99d3616d7f96a21cfe404d103244 /tools | |
parent | 3950c140757d7ff35366f7d3e1d6aa81c74a5ca8 (diff) |
Add definitions for MDP
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sdptool.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index 35f75c48..ac17f9ad 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -322,6 +322,9 @@ static struct uuid_def uuid16_names[] = { { 0x1303, "VideoSource", NULL, 0 }, { 0x1304, "VideoSink", NULL, 0 }, { 0x1305, "VideoDistribution", NULL, 0 }, + { 0x1400, "MDP", NULL, 0 }, + { 0x1401, "MDPSource", NULL, 0 }, + { 0x1402, "MDPSink", NULL, 0 }, { 0x2112, "AppleAgent", NULL, 0 }, }; |