summaryrefslogtreecommitdiffstats
path: root/tools/sdptool.1
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-06 16:10:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-06 16:10:26 +0000
commite7b5f3c69c6a7303b951e7a1398c87a568a16761 (patch)
treec9450ea29d7ab5ccabbcbc2fa127b727662d83c3 /tools/sdptool.1
parent18cb95673231d41455528a782b168ee05f32fe2b (diff)
Include a raw mode for showing the original record tree
Diffstat (limited to 'tools/sdptool.1')
-rw-r--r--tools/sdptool.121
1 files changed, 11 insertions, 10 deletions
diff --git a/tools/sdptool.1 b/tools/sdptool.1
index c4f248eb..5ed9e33e 100644
--- a/tools/sdptool.1
+++ b/tools/sdptool.1
@@ -65,15 +65,16 @@ local \fBsdpd\fR.
.SH "COMMANDS"
.PP
The following commands are available.
-.IP "\fBsearch [--bdaddr bdaddr] [--tree] service\fP" 10
+.IP "\fBsearch [--bdaddr bdaddr] [--tree] [--raw] service\fP" 10
Search for services..
.IP "" 10
-Known service names are SP< DUN, LAN, FAX, OPUSH,
-FTRN, NAP, GN, HID, CIP.
-.IP "\fBbrowse [--tree] [bdaddr]\fP" 10
+Known service names are DID, SP, DUN, LAN, FAX, OPUSH,
+FTP, HS, HF, SAP, NAP, GN, PANU, HID, CIP, CTP, A2SRC, A2SNK
+and SYNCML.
+.IP "\fBbrowse [--tree] [--raw] [bdaddr]\fP" 10
Browse all available services on the device
specified by a Bluetooth address as a parameter.
-.IP "\fBrecords [--tree] bdaddr\fP" 10
+.IP "\fBrecords [--tree] [--raw] bdaddr\fP" 10
Retrieve all possible service records.
.IP "\fBadd [ --channel=N ]\fP" 10
Add a service to the local
@@ -84,7 +85,7 @@ using the \fB--channel\fP option.
.IP "\fBdel record_handle\fP" 10
Remove a service from the local
\fBsdpd\fR.
-.IP "\fBget [--tree] [--bdaddr bdaddr] record_handle\fP" 10
+.IP "\fBget [--tree] [--raw] [--bdaddr bdaddr] record_handle\fP" 10
Retrieve a service from the local
\fBsdpd\fR.
.IP "\fBsetattr record_handle attrib_id attrib_value\fP" 10
@@ -99,13 +100,13 @@ Displays help on using sdptool.
.SH "EXAMPLES"
.PP
-sdptool browse 00:80:98:24:15:6D
+sdptool browse 00:80:98:24:15:6D
.PP
-sdptool browse local
+sdptool browse local
.PP
-sdptool add DUN
+sdptool add DUN
.PP
-sdptool del LAN
+sdptool del 0x10000
.SH "BUGS"
.PP
Documentation needs improving.