summaryrefslogtreecommitdiffstats
path: root/tools/hciattach.8
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hciattach.8')
-rw-r--r--tools/hciattach.811
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/hciattach.8 b/tools/hciattach.8
index 430e8067..f9d295eb 100644
--- a/tools/hciattach.8
+++ b/tools/hciattach.8
@@ -11,6 +11,7 @@ hciattach \- attach serial devices via UART HCI to BlueZ stack
.IR type \||\| id
.I speed
.I flow
+.I bdaddr
.SH DESCRIPTION
.LP
Hciattach is used to attach a serial UART to the Bluetooth stack as HCI
@@ -105,6 +106,16 @@ set by default. To force no flow control use
.B noflow
instead.
+.TP
+.I bdaddr
+The
+.I bdaddr
+specifies the Bluetooth Address to use. Some devices (like the STLC2500)
+do not store the Bluetooth address in hardware memory. Instead it must
+be uploaded during the initialization process. If this argument
+is specified, then the address will be used to initialize the device.
+Otherwise, a default address will be used.
+
.SH AUTHORS
Written by Maxim Krasnyansky <maxk@qualcomm.com>
.PP