diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-25 23:09:02 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-25 23:09:02 +0000 |
commit | 6709e54559ae9f94749c5401579b03716400eb02 (patch) | |
tree | b1d92223841700d110ba1493726d23ab5a32e4c5 /tools/hciattach.8 | |
parent | 44847d5dfc0eebba1cebad1fbc89895901bfe09b (diff) |
Add support for STLC2500 address and baud rate settings
Diffstat (limited to 'tools/hciattach.8')
-rw-r--r-- | tools/hciattach.8 | 11 |
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 |