From f83f040580da69b2e95ac817d308724bc35e75da Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Jan 2006 00:05:22 +0000 Subject: dd definitions for Apple Agent --- tools/sdptool.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/sdptool.c b/tools/sdptool.c index ea4e4d3d..2b291aa5 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -314,6 +314,7 @@ static struct uuid_def uuid16_names[] = { { 0x1303, "VideoSource", NULL, 0 }, { 0x1304, "VideoSink", NULL, 0 }, { 0x1305, "VideoDistribution", NULL, 0 }, + { 0x2112, "AppleAgent", NULL, 0 }, }; static const int uuid16_max = sizeof(uuid16_names)/sizeof(struct uuid_def); @@ -2483,6 +2484,8 @@ struct { { "NGAGE", 0, NULL, ngage_uuid }, { "APPLE", 0, NULL, apple_uuid }, + { "ISYNC", APPLE_AGENT_SVCLASS_ID, NULL, }, + { 0 } }; -- cgit