diff options
-rw-r--r-- | docs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/idevicebtlogger.1 | 47 |
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 @@ | |||
1 | man_MANS = \ | 1 | man_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 | ||
3 | idevicebtlogger \- Capture HCI traffic of a connected device. | ||
4 | .SH SYNOPSIS | ||
5 | .B idevicebtlogger | ||
6 | [OPTIONS] | ||
7 | <FILE> | ||
8 | |||
9 | .SH DESCRIPTION | ||
10 | |||
11 | Capture 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 | ||
16 | target specific device by UDID | ||
17 | .TP | ||
18 | .B \-n, \-\-network | ||
19 | connect to network device | ||
20 | .TP | ||
21 | .B \-x, \-\-exit | ||
22 | exit when device disconnects | ||
23 | .TP | ||
24 | .B \-d, \-\-debug | ||
25 | enable communication debugging | ||
26 | .TP | ||
27 | .B \-h, \-\-help | ||
28 | prints usage information | ||
29 | .TP | ||
30 | .B \-v, \-\-version | ||
31 | prints version information. | ||
32 | |||
33 | .SH EXAMPLES | ||
34 | .TP | ||
35 | .B idevicebtlogger \-u 00008030\-0000111ABC000DEF | ||
36 | Capture HCI traffic of device with UDID 00008030-0000111ABC000DEF. | ||
37 | .TP | ||
38 | .B idevicebtlogger \-x | ||
39 | Capture HCI traffic of device and exit when the device is unplugged. | ||
40 | |||
41 | .SH AUTHORS | ||
42 | Geoffrey Kruse | ||
43 | |||
44 | .SH ON THE WEB | ||
45 | https://libimobiledevice.org | ||
46 | |||
47 | https://github.com/libimobiledevice/libimobiledevice | ||