summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Geoffrey Kruse2021-03-07 16:18:39 -0800
committerGravatar Nikias Bassen2022-05-05 19:01:32 +0200
commit4b6e0d752e0c33dca71b358f88d2919856c56243 (patch)
tree7798ef0fae1aff006d4bb5f1d7d351d9f444bf4e /docs
parentef94d2370063b6a409ff338dc87c06c2bb6d22c2 (diff)
downloadlibimobiledevice-4b6e0d752e0c33dca71b358f88d2919856c56243.tar.gz
libimobiledevice-4b6e0d752e0c33dca71b358f88d2919856c56243.tar.bz2
idevicebtlogger: Add basic man page
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/idevicebtlogger.147
2 files changed, 48 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5ed81fe..9cdf82e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,6 +1,7 @@
man_MANS = \
idevice_id.1 \
ideviceinfo.1 \
+ idevicebtlogger.1 \
idevicesyslog.1 \
idevicebackup.1 \
idevicebackup2.1 \
diff --git a/docs/idevicebtlogger.1 b/docs/idevicebtlogger.1
new file mode 100644
index 0000000..24903b5
--- /dev/null
+++ b/docs/idevicebtlogger.1
@@ -0,0 +1,47 @@
+.TH "idevicebtlogger" 1
+.SH NAME
+idevicebtlogger \- Capture HCI traffic of a connected device.
+.SH SYNOPSIS
+.B idevicebtlogger
+[OPTIONS]
+<FILE>
+
+.SH DESCRIPTION
+
+Capture HCI traffic of a connected device. Requires Bluetooth logging profile to be installed on device.
+
+.SH OPTIONS
+.TP
+.B \-u, \-\-udid UDID
+target specific device by UDID
+.TP
+.B \-n, \-\-network
+connect to network device
+.TP
+.B \-x, \-\-exit
+exit when device disconnects
+.TP
+.B \-d, \-\-debug
+enable communication debugging
+.TP
+.B \-h, \-\-help
+prints usage information
+.TP
+.B \-v, \-\-version
+prints version information.
+
+.SH EXAMPLES
+.TP
+.B idevicebtlogger \-u 00008030\-0000111ABC000DEF
+Capture HCI traffic of device with UDID 00008030-0000111ABC000DEF.
+.TP
+.B idevicebtlogger \-x
+Capture HCI traffic of device and exit when the device is unplugged.
+
+.SH AUTHORS
+Geoffrey Kruse
+
+.SH ON THE WEB
+https://libimobiledevice.org
+
+https://github.com/libimobiledevice/libimobiledevice