summaryrefslogtreecommitdiff
path: root/tools/btattach.1
blob: ffd653d2609f89820313777a40235718b16304b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH "btattach" "1" "November 2015" "BlueZ" "Linux System Administration"
.SH NAME
btattach \- attach serial devices to BlueZ stack

.SH SYNOPSIS
.B btattach
.RB [\| \-B
.IR device \|]
.RB [\| \-A
.IR device \|]
.RB [\| \-P
.IR protocol \|]
.RB [\| \-R \|]

.SH DESCRIPTION
.LP
btattach is used to attach a serial UART to the Bluetooth stack as a
transport interface.

.SH OPTIONS
.TP
.BI \-B " device" , " " \--bredr " device"
Attach a BR/EDR controller.
.TP
.BI \-A " device" , " " \--amp " device"
Attach an AMP controller.
.TP
.BI \-P " protocol" , " " \--protocol " protocol"
Specify the protocol type for talking to the device.
Supported values are:
.RS
.IP \(bu 2
.B h4
.IP \(bu 2
.B bcsp
.IP \(bu 2
.B 3wire
.IP \(bu 2
.B h4ds
.IP \(bu 2
.B ll
.IP \(bu 2
.B ath3k
.IP \(bu 2
.B intel
.IP \(bu 2
.B bcm
.IP \(bu 2
.B qca
.RE
.TP
.B \-R
Set the device into raw mode (the kernel and bluetoothd will ignore it).