1btattach(1) Linux System Administration btattach(1)
2
3
4
6 btattach - attach serial devices to BlueZ stack
7
8
10 btattach [-B device] [-A device] [-P protocol] [-R]
11
12
14 btattach is used to attach a serial UART to the Bluetooth stack as a
15 transport interface.
16
17
19 -B device, --bredr device
20 Attach a BR/EDR controller.
21
22 -A device, --amp device
23 Attach an AMP controller.
24
25 -P protocol, --protocol protocol
26 Specify the protocol type for talking to the device. Supported
27 values are:
28
29 · h4
30
31 · bcsp
32
33 · 3wire
34
35 · h4ds
36
37 · ll
38
39 · ath3k
40
41 · intel
42
43 · bcm
44
45 · qca
46
47 -R Set the device into raw mode (the kernel and bluetoothd will
48 ignore it).
49
50
51
52BlueZ November 2015 btattach(1)