diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-01-21 13:36:10 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-01-21 13:36:10 +0000 |
commit | e45e2d95822026cd2fd1de52644ba5096a1d4858 (patch) | |
tree | 92a561e4b1b75e6dcbf83f8b231006942301a965 /tools | |
parent | 6c53a6b4e4282459ec072a64d09a4c13a7feded5 (diff) |
Add HCRP service identifier
Diffstat (limited to 'tools')
-rw-r--r-- | tools/sdptool.1 | 2 | ||||
-rw-r--r-- | tools/sdptool.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/sdptool.1 b/tools/sdptool.1 index 6f8d634d..5392a97c 100644 --- a/tools/sdptool.1 +++ b/tools/sdptool.1 @@ -75,7 +75,7 @@ Services are identified and manipulated with a 4-byte \fBrecord_handle\fP Search for services.. .IP "" 10 Known service names are DID, SP, DUN, LAN, FAX, OPUSH, -FTP, HS, HF, HFAG, SAP, NAP, GN, PANU, HID, CIP, +FTP, HS, HF, HFAG, SAP, NAP, GN, PANU, HCRP, HID, CIP, A2SRC, A2SNK, AVRCT, AVRTG, UDIUE, UDITE and SYNCML. .IP "\fBbrowse [--tree] [--raw] [bdaddr]\fP" 10 Browse all available services on the device diff --git a/tools/sdptool.c b/tools/sdptool.c index 0484d8af..556d0a89 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -2823,6 +2823,7 @@ struct { { "GN", GN_SVCLASS_ID, add_gn }, { "PANU", PANU_SVCLASS_ID, add_panu }, + { "HCRP", HCR_SVCLASS_ID, NULL }, { "HID", HID_SVCLASS_ID, NULL }, { "CIP", CIP_SVCLASS_ID, add_cip }, { "CTP", CORDLESS_TELEPHONY_SVCLASS_ID, add_ctp }, |