1idevicebtlogger(1) General Commands Manual idevicebtlogger(1)
2
3
4
6 idevicebtlogger - Capture HCI traffic of a connected device.
7
9 idevicebtlogger [OPTIONS] <FILE>
10
11
13 Capture HCI traffic of a connected device. Requires Bluetooth logging
14 profile to be installed on device with iOS 13 or higher. See
15 https://www.bluetooth.com/blog/a-new-way-to-debug-iosbluetooth-applica‐
16 tions/ for iOS device configuration.
17
18 The HCI traffic can be stored in Apple's native PacketLogger format or
19 converted into PCAP format for live feedback in Wireshark.
20
21
23 -u, --udid UDID
24 target specific device by UDID
25
26 -n, --network
27 connect to network device
28
29 -f, --format FORMAT
30 set log format: PacketLogger (default), or pcap
31
32 -x, --exit
33 exit when device disconnects
34
35 -d, --debug
36 enable communication debugging
37
38 -h, --help
39 prints usage information
40
41 -v, --version
42 prints version information.
43
44
46 idevicebtlogger -u 00008030-0000111ABC000DEF
47 Capture HCI traffic of device with UDID
48 00008030-0000111ABC000DEF.
49
50 idevicebtlogger -x
51 Capture HCI traffic of device and exit when the device is un‐
52 plugged.
53
54 idevicebtlogger -f pcap
55 Capture HCI traffic of device in PCAP format.
56
57 idevicebtlogger -f pcap - | wireshark -k -i -
58 Capture HCI traffic and pipe it into Wireshark for live feed‐
59 back.
60
61
63 Geoffrey Kruse
64
65 Matthias Ringwald
66
67
69 https://libimobiledevice.org
70
71 https://github.com/libimobiledevice/libimobiledevice
72
73
74
75 idevicebtlogger(1)