2004-05-07 16:30:41 +08:00
|
|
|
.TH HCICONFIG 8 "Nov 11 2002" BlueZ "Linux System Administration"
|
2002-11-16 09:44:53 +08:00
|
|
|
.SH NAME
|
|
|
|
hciconfig \- configure Bluetooth devices
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B hciconfig -h
|
|
|
|
.br
|
|
|
|
.B hciconfig [-a]
|
|
|
|
.br
|
|
|
|
.B hciconfig [-a] <hciX> [command [command parameters]]
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
|
|
|
.B
|
|
|
|
hciconfig
|
|
|
|
is used to configure Bluetooth devices. <hciX> is the name of a Bluetooth
|
|
|
|
device installed in the system. If <hciX> is not given,
|
|
|
|
.B
|
|
|
|
hciconfig
|
|
|
|
prints name and basic information about all the Bluetooth devices installed in
|
|
|
|
the system. If <hciX> is given but no command is given,
|
|
|
|
it prints basic information on device <hciX> only. Basic information is
|
|
|
|
interface type, BD address, ACL MTU, SCO MTU, flags (up, init, running, raw,
|
|
|
|
page scan enabled, inquiry scan enabled, inquiry, authentication enabled,
|
|
|
|
encryption enabled).
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.BI -h
|
2004-10-25 16:34:08 +08:00
|
|
|
Gives a list of possible commands.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI -a
|
|
|
|
Other than the basic info, print features, packet type, link policy, link mode,
|
|
|
|
name, class, version.
|
|
|
|
.SH COMMANDS
|
|
|
|
.TP
|
|
|
|
.BI up
|
2004-10-25 16:34:08 +08:00
|
|
|
Open and initialize HCI device.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI down
|
2004-10-25 16:34:08 +08:00
|
|
|
Close HCI device.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI reset
|
2004-10-25 16:34:08 +08:00
|
|
|
Reset HCI device.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI rstat
|
2004-10-25 16:34:08 +08:00
|
|
|
Reset statistic counters.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI auth
|
2004-10-25 16:34:08 +08:00
|
|
|
Enable authentication (sets device to security mode 3).
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI noauth
|
2004-10-25 16:34:08 +08:00
|
|
|
Disable authentication.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI encrypt
|
2004-10-25 16:34:08 +08:00
|
|
|
Enable encryption (sets device to security mode 3).
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI noencrypt
|
2004-10-25 16:34:08 +08:00
|
|
|
Disable encryption.
|
|
|
|
.TP
|
|
|
|
.BI secmgr
|
|
|
|
Enable security manager (current kernel support is limited).
|
|
|
|
.TP
|
|
|
|
.BI nosecmgr
|
|
|
|
Disable security manager.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI piscan
|
2004-10-25 16:34:08 +08:00
|
|
|
Enable page and inquiry scan.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI noscan
|
2004-10-25 16:34:08 +08:00
|
|
|
Disable page and inquiry scan.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI iscan
|
2004-10-25 16:34:08 +08:00
|
|
|
Enable inquiry scan, disable page scan.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI pscan
|
2004-10-25 16:34:08 +08:00
|
|
|
Enable page scan, disable inquiry scan.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI ptype " [type]"
|
|
|
|
With no
|
|
|
|
.I
|
|
|
|
type
|
|
|
|
, displays the current packet types. Otherwise, all the packet types specified
|
|
|
|
by
|
|
|
|
.I
|
|
|
|
type
|
|
|
|
are set.
|
|
|
|
.I
|
|
|
|
type
|
|
|
|
is a comma-separated list of packet types, where the possible packet types are
|
|
|
|
.BR DM1 ,
|
|
|
|
.BR DM3 ,
|
|
|
|
.BR DM5 ,
|
|
|
|
.BR DH1 ,
|
|
|
|
.BR DH3 ,
|
|
|
|
.BR DH5 ,
|
|
|
|
.BR HV1 ,
|
|
|
|
.BR HV2 ,
|
|
|
|
.BR HV3 .
|
|
|
|
.TP
|
|
|
|
.BI name " [name]"
|
|
|
|
With no
|
|
|
|
.IR name ,
|
|
|
|
prints local name. Otherwise, sets local name to
|
|
|
|
.IR name .
|
|
|
|
.TP
|
|
|
|
.BI class " [class]"
|
|
|
|
With no
|
|
|
|
.IR class ,
|
|
|
|
prints class of device. Otherwise, sets class of device to
|
|
|
|
.IR class .
|
|
|
|
.I
|
|
|
|
class
|
|
|
|
is a 24-bit hex number describing the class of device, as specified in section
|
|
|
|
1.2 of the Bluetooth Assigned Numers document.
|
|
|
|
.TP
|
2002-12-15 22:18:03 +08:00
|
|
|
.BI voice " [voice]"
|
|
|
|
With no
|
|
|
|
.IR voice ,
|
|
|
|
prints voice setting. Otherwise, sets voice setting to
|
|
|
|
.IR voice .
|
|
|
|
.I
|
|
|
|
voice
|
|
|
|
is a 16-bit hex number describing the voice setting.
|
|
|
|
.TP
|
2003-11-18 22:31:29 +08:00
|
|
|
.BI iac " [iac]"
|
|
|
|
With no
|
|
|
|
.IR iac ,
|
|
|
|
prints the current IAC setting. Otherwise, sets the IAC to
|
|
|
|
.IR iac .
|
|
|
|
.TP
|
2004-04-25 23:09:01 +08:00
|
|
|
.BI inqmode " [mode]"
|
|
|
|
With no
|
|
|
|
.IR mode ,
|
|
|
|
prints out the current inquiry mode. Otherwise, sets inquiry mode to
|
|
|
|
.IR mode .
|
|
|
|
.TP
|
2005-06-16 22:02:56 +08:00
|
|
|
.BI inqtype " [type]"
|
|
|
|
With no
|
|
|
|
.IR type ,
|
|
|
|
prints out the current inquiry scan type. Otherwise, sets inquiry scan type to
|
|
|
|
.IR type .
|
|
|
|
.TP
|
2002-11-16 09:44:53 +08:00
|
|
|
.BI inqparms " [win:int]"
|
|
|
|
With no
|
|
|
|
.IR win:int ,
|
|
|
|
prints inquiry scan window and interval. Otherwise, sets inquiry scan window
|
|
|
|
to
|
|
|
|
.I win
|
|
|
|
slots and inquiry scan interval to
|
|
|
|
.I int
|
|
|
|
slots.
|
|
|
|
.TP
|
|
|
|
.BI pageparms " [win:int]"
|
|
|
|
With no
|
|
|
|
.IR win:int ,
|
|
|
|
prints page scan window and interval. Otherwise, sets page scan window to
|
|
|
|
.I
|
|
|
|
win
|
|
|
|
slots and page scan interval to
|
|
|
|
.I
|
|
|
|
int
|
|
|
|
slots.
|
|
|
|
.TP
|
|
|
|
.BI pageto " [to]"
|
|
|
|
With no
|
|
|
|
.IR to ,
|
|
|
|
prints page timeout. Otherwise, sets page timeout
|
|
|
|
to
|
|
|
|
.I
|
|
|
|
to
|
|
|
|
slots.
|
|
|
|
.TP
|
2004-04-26 03:10:25 +08:00
|
|
|
.BI afhmode " [mode]"
|
|
|
|
With no
|
|
|
|
.IR mode ,
|
|
|
|
prints out the current AFH mode. Otherwise, sets AFH mode to
|
|
|
|
.IR mode .
|
|
|
|
.TP
|
2002-11-16 09:44:53 +08:00
|
|
|
.BI aclmtu " <mtu:pkt>"
|
|
|
|
Sets ACL MTU to
|
|
|
|
to
|
|
|
|
.I
|
|
|
|
mtu
|
|
|
|
bytes and ACL buffer size to
|
|
|
|
.I
|
|
|
|
pkt
|
|
|
|
packets.
|
|
|
|
.TP
|
|
|
|
.BI scomtu " <mtu:pkt>"
|
|
|
|
Sets SCO MTU to
|
|
|
|
to
|
|
|
|
.I mtu
|
|
|
|
bytes and SCO buffer size to
|
|
|
|
.I pkt
|
|
|
|
packets.
|
|
|
|
.TP
|
2005-04-18 07:20:31 +08:00
|
|
|
.BI commands
|
|
|
|
Display supported commands.
|
|
|
|
.TP
|
2002-11-16 09:44:53 +08:00
|
|
|
.BI features
|
2004-10-25 16:34:08 +08:00
|
|
|
Display device features.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI version
|
2004-10-25 16:34:08 +08:00
|
|
|
Display version information.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI revision
|
2004-10-25 16:34:08 +08:00
|
|
|
Display revision information.
|
2002-11-16 09:44:53 +08:00
|
|
|
.TP
|
|
|
|
.BI lm " [mode]"
|
|
|
|
With no
|
|
|
|
.I
|
|
|
|
mode
|
|
|
|
, prints link mode.
|
|
|
|
.B
|
|
|
|
MASTER
|
|
|
|
or
|
|
|
|
.B
|
|
|
|
SLAVE
|
|
|
|
mean, respectively, to ask to become master or to remain slave when a
|
|
|
|
connection request comes in. The additional keyword
|
|
|
|
.B
|
|
|
|
ACCEPT
|
|
|
|
means that baseband connections will be accepted even if there are no
|
|
|
|
listening
|
|
|
|
.I AF_BLUETOOTH
|
|
|
|
sockets.
|
|
|
|
.I mode
|
|
|
|
is
|
|
|
|
.B
|
|
|
|
NONE
|
|
|
|
or a comma-separated list of keywords, where possible keywords are
|
|
|
|
.B
|
|
|
|
MASTER
|
|
|
|
and
|
|
|
|
.B "ACCEPT" .
|
|
|
|
.B
|
|
|
|
NONE
|
|
|
|
sets link policy to the default behaviour of remaining slave and not accepting
|
|
|
|
baseband connections when there are no listening
|
|
|
|
.I AF_BLUETOOTH
|
|
|
|
sockets. If
|
|
|
|
.B
|
|
|
|
MASTER
|
|
|
|
is present, the device will ask to become master if a connection request comes
|
|
|
|
in. If
|
|
|
|
.B
|
|
|
|
ACCEPT
|
|
|
|
is present, the device will accept baseband connections even when there are no
|
|
|
|
listening
|
|
|
|
.I AF_BLUETOOTH
|
2004-10-25 16:34:08 +08:00
|
|
|
sockets.
|
2002-11-16 09:44:53 +08:00
|
|
|
.SH AUTHORS
|
2004-10-25 16:34:08 +08:00
|
|
|
Written by Maxim Krasnyansky <maxk@qualcomm.com> and Marcel Holtmann <marcel@holtmann.org>
|
2002-11-16 09:44:53 +08:00
|
|
|
.PP
|
|
|
|
man page by Fabrizio Gennari <fabrizio.gennari@philips.com>
|