1 .\" $NetBSD: btattach.8,v 1.2 2009/03/15 10:04:27 joerg Exp $
3 .\" Copyright (c) 2007 KIYOHARA Takashi
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18 .\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
24 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
32 .Nd attach serial lines as Bluetooth HCI interfaces
44 line to a Bluetooth Host Controller Interface using the
48 line disciplines, and can optionally initialize the line for a
51 before activating the line discipline.
54 .Bl -tag -compact -width ericssonxx -offset indent
58 Generic BCSP (BlueCore Serial Protocol)
62 Generic UART (this is the default)
64 Cambridge Silicon Radio Casira serial adaptor, or
65 Brainboxes serial dongle (BL642)
67 Ericsson based modules
69 Digianswer based cards
71 ST Microelectronics minikits based on STLC2410/STLC2415
73 ST Microelectronics minikits based on STLC2500
77 Texas Instruments modules
79 Infineon UniStone (PBA31308) modules
82 When the line discipline is activated,
84 detaches and sleeps until it receives a
87 The command line options are as follows:
88 .Bl -tag -width ".Fl i Ar speed"
91 print initialization IO and do not detach.
97 for the Bluetooth module to use during the initialization phase.
101 Enable parity (even parity).
104 Only the super-user may attach a Bluetooth HCI interface.
107 .It Pa /var/run/btattach- Ns Bro tty Brc Ns .pid
117 initializations have been tested.
121 program was written with reference to
123 as provided with the BlueZ tools for Linux and first appeared in
126 .An KIYOHARA Takashi Aq kiyohara@kk.iij4u.or.jp