summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/sdptool.c3
1 files changed, 3 insertions, 0 deletions
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 }
};