diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-07 11:28:27 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-07 11:28:27 +0000 |
commit | 326acb25fa999f4cf908a69412e9dc6f429f9d49 (patch) | |
tree | d7810f9e632a76e366ecbf47266622b38f24b49a | |
parent | 08ecd7d64afc3493046db2e09e5e8f875571ee84 (diff) |
Add missing UUID translations
-rw-r--r-- | tools/sdptool.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index f6a47ddf..96a95cc8 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -301,6 +301,9 @@ static struct uuid_def uuid16_names[] = { { 0x1127, "HCR_Scan (HCR)", NULL, 0 }, { 0x1128, "Common ISDN Access (CIP)", NULL, 0 }, { 0x1129, "VideoConferencingGW (VCP)", NULL, 0 }, + { 0x112a, "UDI-MT", NULL, 0 }, + { 0x112b, "UDI-TA", NULL, 0 }, + { 0x112c, "Audio/Video", NULL, 0 }, { 0x112d, "SIM Access (SAP)", NULL, 0 }, { 0x112e, "Phonebook Access (PBAP) - PCE", NULL, 0 }, { 0x112f, "Phonebook Access (PBAP) - PSE", NULL, 0 }, @@ -312,6 +315,10 @@ static struct uuid_def uuid16_names[] = { { 0x1203, "GenericAudio", audio_attrib_names, sizeof(audio_attrib_names)/sizeof(struct attrib_def) }, { 0x1204, "GenericTelephony", NULL, 0 }, + /* ... */ + { 0x1303, "VideoSource", NULL, 0 }, + { 0x1304, "VideoSink", NULL, 0 }, + { 0x1305, "VideoDistribution", NULL, 0 }, }; static const int uuid16_max = sizeof(uuid16_names)/sizeof(struct uuid_def); |