diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 14:02:12 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-01 14:02:12 +0000 |
commit | b5705586036d2aefa5b75ebe26ed64445a4d79be (patch) | |
tree | 5e06d560b239907ec007128707c4cd9df5b11f94 /src/sdp.c | |
parent | 99c36169b28df63153d24d1824bd276e68f5f140 (diff) |
Add string representation for HID and CIP
Diffstat (limited to 'src/sdp.c')
-rw-r--r-- | src/sdp.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 } }; |