Scroll to navigation

HCITOOL(1) Linux System Administration HCITOOL(1)

NAME

hcitool - Configure Bluetooth connections

SYNOPSIS

hcitool -h

hcitool COMMAND --help

hcitool [-i hciX] [COMMAND [PARAMETERS]]

DESCRIPTION

hcitool(1) is used to configure Bluetooth connections and send some special command to Bluetooth devices. If no command is given, or if the option -h is used, hcitool prints some usage information and exits.

OPTIONS

The command is applied to device hciX, which must be the name of an installed Bluetooth device. If not specified, the command will be sent to the first available Bluetooth device.
Gives a list of possible commands

COMMANDS

Display local devices
Inquire remote devices. For each discovered device, Bluetooth device address, clock offset and class are printed.
Inquire remote devices. For each discovered device, device name are printed.
Print device name of remote device with Bluetooth address bdaddr.
Print device name, version and supported features of remote device with Bluetooth address bdaddr.
Start periodic inquiry process. No inquiry results are printed.
Exit periodic inquiry process.
Submit an arbitrary HCI command to local device. ogf, ocf and parameters are hexadecimal bytes.
Display active baseband connections
Create baseband connection to remote device with Bluetooth address bdaddr.

Option --pkt-type specifies a list of allowed packet types. <ptype> is a comma-separated list of packet types, where the possible packet types are DM1, DM3, DM5, DH1, DH3, DH5, HV1, HV2, HV3. Default is to allow all packet types.

Option --role can have value c (do not allow role switch, stay central) or p (allow role switch, become peripheral if the peer asks to become central). Default is c.

Delete baseband connection from remote device with Bluetooth address bdaddr.

The reason can be one of the Bluetooth HCI error codes. Default is 19 for user ended connections. The value must be given in decimal.

Switch role for the baseband connection from the remote device to central or peripheral.
Change packet types for baseband connection to device with Bluetooth address bdaddr. ptypes is a comma-separated list of packet types, where the possible packet types are DM1, DM3, DM5, DH1, DH3, DH5, HV1, HV2, HV3.
Display received signal strength information for the connection to the device with Bluetooth address bdaddr.
Display link quality for the connection to the device with Bluetooth address bdaddr.
Display transmit power level for the connection to the device with Bluetooth address bdaddr.

The type can be 0 for the current transmit power level (which is default) or 1 for the maximum transmit power level.

Display AFH channel map for the connection to the device with Bluetooth address bdaddr.
With no value, displays link policy settings for the connection to the device with Bluetooth address bdaddr.

If value is given, sets the link policy settings for that connection to value. Possible values are RSWITCH, HOLD, SNIFF and PARK.

With no value, displays link supervision timeout for the connection to the device with Bluetooth address bdaddr.

If value is given, sets the link supervision timeout for that connection to value slots, or to infinite if value is 0.

Request authentication for the device with Bluetooth address bdaddr.
enable or disable the encryption for the device with Bluetooth address bdaddr.
Change the connection link key for the device with Bluetooth address bdaddr.
Read the clock offset for the device with Bluetooth address bdaddr.
Read the clock for the device with Bluetooth address bdaddr.

The clock can be 0 for the local clock or 1 for the piconet clock (which is default).

Start LE scan
Get LE remote information
Add device to LE Accept List
Remove device from LE Accept List
Read size of LE Accept List
Clear LE Accept List
Add device to LE Resolving List
Remove device from LE Resolving List
Clear LE Resolving List
Read size of LE Resolving List
Enable LE Address Resolution
Disable LE Address Resolution
Create a LE Connection
Disconnect a LE Connection
LE Connection Update

RESOURCES

http://www.bluez.org

REPORTING BUGS

linux-bluetooth@vger.kernel.org

AUTHOR

Maxim Krasnyansky <maxk@qualcomm.com>, Marcel Holtmann <marcel@holtmann.org>, Fabrizio Gennari <fabrizio.gennari@philips.com>

COPYRIGHT

Free use of this software is granted under ther terms of the GNU Lesser General Public Licenses (LGPL).

November 12, 2002 BlueZ