fe86351074
HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment. from jcs@, with some tweaks by me requested by uwe@
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
$OpenBSD: patch-src_hcidump_8,v 1.1.1.1 2008/11/29 09:54:49 jasper Exp $
|
|
--- src/hcidump.8.orig Thu Jul 26 02:34:58 2007
|
|
+++ src/hcidump.8 Tue Aug 12 11:09:49 2008
|
|
@@ -28,7 +28,7 @@ which must be the name of an installed Bluetooth devic
|
|
and if
|
|
.B
|
|
-r
|
|
-option is not set, data is read from the first available Bluetooth device.
|
|
+option is not set, data is read from all available Bluetooth devices.
|
|
.TP
|
|
.BI -l " <len>" "\fR,\fP \-\^\-snap-len=" "<len>"
|
|
Sets max length of processed packets to
|