summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-01 14:02:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-01 14:02:12 +0000
commitb5705586036d2aefa5b75ebe26ed64445a4d79be (patch)
tree5e06d560b239907ec007128707c4cd9df5b11f94
parent99c36169b28df63153d24d1824bd276e68f5f140 (diff)
Add string representation for HID and CIP
-rw-r--r--src/sdp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sdp.c b/src/sdp.c
index 0fec56f7..cbc68193 100644
--- a/src/sdp.c
+++ b/src/sdp.c
@@ -70,6 +70,8 @@ static struct tupla Protocol[] = {
{ HTTP_UUID, "HTTP" },
{ WSP_UUID, "WSP" },
{ BNEP_UUID, "BNEP" },
+ { HIDP_UUID, "HIDP" },
+ { CMTP_UUID, "CMTP" },
{ 0 }
};
@@ -97,6 +99,8 @@ static struct tupla ServiceClass[] = {
{ PANU_SVCLASS_ID, "PAN user" },
{ NAP_SVCLASS_ID, "Network access point" },
{ GN_SVCLASS_ID, "PAN group network" },
+ { HID_SVCLASS_ID, "Human Interface Device" },
+ { CIP_SVCLASS_ID, "Common ISDN Access" },
{ 0 }
};
@@ -116,6 +120,8 @@ static struct tupla Profile[] = {
{ PANU_PROFILE_ID, "PAN user" },
{ NAP_PROFILE_ID, "PAN access point" },
{ GN_PROFILE_ID, "PAN group network" },
+ { HID_SVCLASS_ID, "Human Interface Device" },
+ { CIP_SVCLASS_ID, "Common ISDN Access" },
{ 0 }
};