summaryrefslogtreecommitdiffstats
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
parentef94d2370063b6a409ff338dc87c06c2bb6d22c2 (diff)
downloadlibimobiledevice-4b6e0d752e0c33dca71b358f88d2919856c56243.tar.gz
libimobiledevice-4b6e0d752e0c33dca71b358f88d2919856c56243.tar.bz2
idevicebtlogger: Add basic man page
-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 @@
1man_MANS = \ 1man_MANS = \
2 idevice_id.1 \ 2 idevice_id.1 \
3 ideviceinfo.1 \ 3 ideviceinfo.1 \
4 idevicebtlogger.1 \
4 idevicesyslog.1 \ 5 idevicesyslog.1 \
5 idevicebackup.1 \ 6 idevicebackup.1 \
6 idevicebackup2.1 \ 7 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 @@
1.TH "idevicebtlogger" 1
2.SH NAME
3idevicebtlogger \- Capture HCI traffic of a connected device.
4.SH SYNOPSIS
5.B idevicebtlogger
6[OPTIONS]
7<FILE>
8
9.SH DESCRIPTION
10
11Capture HCI traffic of a connected device. Requires Bluetooth logging profile to be installed on device.
12
13.SH OPTIONS
14.TP
15.B \-u, \-\-udid UDID
16target specific device by UDID
17.TP
18.B \-n, \-\-network
19connect to network device
20.TP
21.B \-x, \-\-exit
22exit when device disconnects
23.TP
24.B \-d, \-\-debug
25enable communication debugging
26.TP
27.B \-h, \-\-help
28prints usage information
29.TP
30.B \-v, \-\-version
31prints version information.
32
33.SH EXAMPLES
34.TP
35.B idevicebtlogger \-u 00008030\-0000111ABC000DEF
36Capture HCI traffic of device with UDID 00008030-0000111ABC000DEF.
37.TP
38.B idevicebtlogger \-x
39Capture HCI traffic of device and exit when the device is unplugged.
40
41.SH AUTHORS
42Geoffrey Kruse
43
44.SH ON THE WEB
45https://libimobiledevice.org
46
47https://github.com/libimobiledevice/libimobiledevice