diff options
Diffstat (limited to 'tools/sdptool.c')
-rw-r--r-- | tools/sdptool.c | 8 |
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 }, |