From 9e05169423054722af54ca7e93261c2c8c694e3d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 26 Oct 2004 02:21:16 +0000 Subject: Add more audio/video profile translations --- tools/sdptool.c | 8 ++++++-- 1 file 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 }, -- cgit