summaryrefslogtreecommitdiff
path: root/tools/hcidump.1
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-20 09:57:10 +0000
committerMarcel Holtmann <marcel@holtmann.org>2012-12-17 23:52:46 +0100
commitc66b60617a8b630a49dbd32e93f8f7b0897fbc02 (patch)
treedf20d023519a2b6e7b5fe6a6c9b8085ef1b91a30 /tools/hcidump.1
parentff724d872e808e801e48a3a0ee7a63f668dc953e (diff)
downloadbluez-c66b60617a8b630a49dbd32e93f8f7b0897fbc02.tar.gz
hcidump: Support for sending and receiving dumps over TCP
Diffstat (limited to 'tools/hcidump.1')
-rw-r--r--tools/hcidump.112
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/hcidump.1 b/tools/hcidump.1
index 0519642f5..bf344c676 100644
--- a/tools/hcidump.1
+++ b/tools/hcidump.1
@@ -30,7 +30,7 @@ and if
-r
option is not set, data is read from the first available Bluetooth device.
.TP
-.BI -s " <len>" "\fR,\fP \-\^\-snap-len=" "<len>"
+.BI -l " <len>" "\fR,\fP \-\^\-snap-len=" "<len>"
Sets max length of processed packets to
.IR len .
.TP
@@ -55,8 +55,16 @@ Data is not read from a Bluetooth device, but from file
file
is crated with option
.BR -w .
+.TP
+.BI -s " <host>" "\fR,\fP \-\^\-send-dump=" "<host>"
+Parse output is not printed to screen, instead data read from device is send to host
+.IR host .
+.TP
+.BI -n " <host>" "\fR,\fP \-\^\-recv-dump=" "<host>"
+Data is not read from a Bluetooth device, but from host
+.IR host .
.TP
-.BR -t ", " "\-\^\-ts"
+.BR -t ", " "\-\^\-timestamp"
Prepend a time stamp to every packet.
.TP
.BR -a ", " "\-\^\-ascii"