diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-04 00:05:22 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-04 00:05:22 +0000 | 
| commit | f83f040580da69b2e95ac817d308724bc35e75da (patch) | |
| tree | a9570b8902f6f650d08eb22c44b4a697099e423d /tools/sdptool.c | |
| parent | b27690df2da69d959a78d95483217a0a5c529cfb (diff) | |
dd definitions for Apple Agent
Diffstat (limited to 'tools/sdptool.c')
| -rw-r--r-- | tools/sdptool.c | 3 | 
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 }  }; | 
