1BTATTACH(1) Linux System Administration BTATTACH(1)
2
3
4
6 btattach - Attach serial devices to BlueZ stack
7
9 btattach [-B device] [-A device] [-P protocol] [-R]
10
12 btattach(1) is used to attach a serial UART to the Bluetooth stack as a
13 transport interface.
14
16 -B device, --brder device
17 Attach a BR/EDR controller
18
19 -A device, --amp device
20 Attach an AMP controller
21
22 -P protocol, --protocol protocol
23 Specify the protocol type for talking to the device.
24
25 Supported values are:
26
27 ┌─────────┐
28 │protocol │
29 ├─────────┤
30 │h4 │
31 ├─────────┤
32 │bcsp │
33 ├─────────┤
34 │3wire │
35 ├─────────┤
36 │h4ds │
37 ├─────────┤
38 │ll │
39 ├─────────┤
40 │ath3k │
41 ├─────────┤
42 │intel │
43 ├─────────┤
44 │bcm │
45 ├─────────┤
46 │qca │
47 └─────────┘
48
49 -S baudrate, --speed baudrate
50 Specify wich baudrate to use
51
52 -N, --noflowctl
53 Disable flow control
54
55 -v, --version
56 Show version
57
58 -h, --help
59 Show help options
60
62 http://www.bluez.org
63
65 linux-bluetooth@vger.kernel.org
66
68 Free use of this software is granted under ther terms of the GNU Lesser
69 General Public Licenses (LGPL).
70
71
72
73
74BlueZ November 2015 BTATTACH(1)