summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-26 02:21:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-26 02:21:16 +0000
commit9e05169423054722af54ca7e93261c2c8c694e3d (patch)
tree5fd78638afca594c84a0f499c9bbce10ac7904c7
parent8831229d721edddb91548d86420a013f5b44b57f (diff)
Add more audio/video profile translations
-rw-r--r--tools/sdptool.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c
index 025ab0da..c63750c4 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -226,8 +226,12 @@ static struct uuid_def uuid16_names[] = {
{ 0x1108, "Headset",
audio_attrib_names, sizeof(audio_attrib_names)/sizeof(struct attrib_def) },
{ 0x1109, "CordlessTelephony", NULL, 0 },
- /* ... */
- { 0x110F, "VideoConferencing", NULL, 0 },
+ { 0x110a, "AudioSource", NULL, 0 },
+ { 0x110b, "AudioSink", NULL, 0 },
+ { 0x110c, "RemoteControlTarget", NULL, 0 },
+ { 0x110d, "AdvancedAudio", NULL, 0 },
+ { 0x110e, "RemoteControl", NULL, 0 },
+ { 0x110f, "VideoConferencing", NULL, 0 },
{ 0x1110, "Intercom", NULL, 0 },
{ 0x1111, "Fax", NULL, 0 },
{ 0x1112, "HeadsetAudioGateway", NULL, 0 },