summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keeping <john@metanate.com>2015-12-02 10:34:59 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2015-12-10 21:25:47 +0200
commitd97d0e0279a4d13a9cbe1d6de7135f11c5791f2c (patch)
tree46e794d494c64c1d187bbea194c7319e170198e2
parent2d65ef1d039511aaca1d4f69b3d9cdd89f811f9c (diff)
downloadbluez-d97d0e0279a4d13a9cbe1d6de7135f11c5791f2c.tar.gz
tools/btattach: add manual page
-rw-r--r--tools/btattach.153
1 files changed, 53 insertions, 0 deletions
diff --git a/tools/btattach.1 b/tools/btattach.1
new file mode 100644
index 000000000..ffd653d26
--- /dev/null
+++ b/tools/btattach.1
@@ -0,0 +1,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).