2003-05-10 21:50:37 +00:00
|
|
|
.\" hccontrol.8
|
|
|
|
.\"
|
2002-11-20 23:01:59 +00:00
|
|
|
.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
|
|
|
|
.\" All rights reserved.
|
2003-05-10 21:50:37 +00:00
|
|
|
.\"
|
2002-11-20 23:01:59 +00:00
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-05-10 21:50:37 +00:00
|
|
|
.\"
|
2002-11-20 23:01:59 +00:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
2003-05-10 21:50:37 +00:00
|
|
|
.\"
|
|
|
|
.\" $Id: hccontrol.8,v 1.3 2003/04/27 19:45:23 max Exp $
|
2002-11-20 23:01:59 +00:00
|
|
|
.\" $FreeBSD$
|
|
|
|
.Dd June 14, 2002
|
|
|
|
.Dt HCCONTROL 8
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm hccontrol
|
|
|
|
.Nd HCI configuration utility
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2003-05-10 21:50:37 +00:00
|
|
|
.Op Fl n Ar HCI node name
|
|
|
|
.Op Fl h
|
|
|
|
.Op Ar command
|
2002-11-20 23:01:59 +00:00
|
|
|
.Op Ar parameters ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility connects to the specified Netgraph node of type
|
2003-05-10 21:50:37 +00:00
|
|
|
.Em HCI
|
|
|
|
and attempts to send specified command to the HCI Netgraph node or to the
|
2002-11-20 23:01:59 +00:00
|
|
|
associated Bluetooth device.
|
|
|
|
.Nm
|
2003-05-10 21:50:37 +00:00
|
|
|
will print results to the standard output and error messages to
|
2002-11-20 23:01:59 +00:00
|
|
|
the standard error.
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width indent
|
2003-05-10 21:50:37 +00:00
|
|
|
.It Fl n Ar HCI node name
|
2002-11-20 23:01:59 +00:00
|
|
|
Connect to the specified HCI Netgraph node.
|
2003-05-10 21:50:37 +00:00
|
|
|
.It Fl h
|
|
|
|
Display usage message and exit.
|
|
|
|
.It command
|
|
|
|
One of the supported commands (see below). Special command
|
|
|
|
.Dq help
|
|
|
|
can be used to obtain the list of all supported commands. To get more
|
2002-11-20 23:01:59 +00:00
|
|
|
information about specific command use
|
2003-05-10 21:50:37 +00:00
|
|
|
.Dq help command .
|
|
|
|
.It parameters
|
2002-11-20 23:01:59 +00:00
|
|
|
One or more optional space separated command parameters.
|
|
|
|
.El
|
|
|
|
.Sh COMMANDS
|
|
|
|
The currently supported HCI commands in
|
|
|
|
.Nm
|
|
|
|
are:
|
|
|
|
.Pp
|
2003-05-10 21:50:37 +00:00
|
|
|
.Bd -literal -offset indent -compact
|
|
|
|
Inquiry
|
|
|
|
Create_Connection
|
|
|
|
Disconnect
|
|
|
|
Add_SCO_Connection
|
|
|
|
Change_Connection_Packet_Type
|
|
|
|
Remote_Name_Request
|
|
|
|
Read_Remote_Supported_Features
|
|
|
|
Read_Remote_Version_Information
|
|
|
|
Read_Clock_Offset
|
|
|
|
Role_Discovery
|
|
|
|
Switch_Role
|
|
|
|
Read_Link_Policy_Settings
|
|
|
|
Write_Link_Policy_Settings
|
|
|
|
Reset
|
|
|
|
Read_Pin_Type
|
|
|
|
Write_Pin_Type
|
|
|
|
Read_Stored_Link_Key
|
|
|
|
Write_Stored_Link_Key
|
|
|
|
Delete_Stored_Link_Key
|
|
|
|
Change_Local_Name
|
|
|
|
Read_Local_Name
|
|
|
|
Read_Connection_Accept_Timeout
|
|
|
|
Write_Connection_Accept_Timeout
|
|
|
|
Read_Page_Timeout
|
|
|
|
Write_Page_Timeout
|
|
|
|
Read_Scan_Enable
|
|
|
|
Write_Scan_Enable
|
|
|
|
Read_Page_Scan_Activity
|
|
|
|
Write_Page_Scan_Activity
|
|
|
|
Read_Inquiry_Scan_Activity
|
|
|
|
Write_Inquiry_Scan_Activity
|
|
|
|
Read_Authentication_Enable
|
|
|
|
Write_Authentication_Enable
|
|
|
|
Read_Encryption_Mode
|
|
|
|
Write_Encryption_Mode
|
|
|
|
Read_Class_Of_Device
|
|
|
|
Write_Class_Of_Device
|
|
|
|
Read_Voice_Settings
|
|
|
|
Write_Voice_Settings
|
|
|
|
Read_Number_Broadcast_Retransmissions
|
|
|
|
Write_Number_Broadcast_Retransmissions
|
|
|
|
Read_Hold_Mode_Activity
|
|
|
|
Write_Hold_Mode_Activity
|
|
|
|
Read_SCO_Flow_Control_Enable
|
|
|
|
Write_SCO_Flow_Control_Enable
|
|
|
|
Read_Link_Supervision_Timeout
|
|
|
|
Write_Link_Supervision_Timeout
|
|
|
|
Read_Local_Version_Information
|
|
|
|
Read_Local_Supported_Features
|
|
|
|
Read_Buffer_Size
|
|
|
|
Read_Country_Code
|
|
|
|
Read_BD_ADDR
|
|
|
|
Read_Failed_Contact_Counter
|
|
|
|
Reset_Failed_Contact_Counter
|
|
|
|
Get_Link_Quality
|
|
|
|
Read_RSSI
|
|
|
|
.Ed
|
2002-11-20 23:01:59 +00:00
|
|
|
.Pp
|
|
|
|
The currently supported node commands in
|
|
|
|
.Nm
|
|
|
|
are:
|
|
|
|
.Pp
|
2003-05-10 21:50:37 +00:00
|
|
|
.Bd -literal -offset indent -compact
|
|
|
|
Read_Node_State
|
|
|
|
Initialize
|
|
|
|
Read_Debug_Level
|
|
|
|
Write_Debug_Level
|
|
|
|
Read_Node_Buffer_Size
|
|
|
|
Read_Node_BD_ADDR
|
|
|
|
Read_Node_Features
|
|
|
|
Read_Node_Stat
|
|
|
|
Reset_Node_Stat
|
|
|
|
Flush_Neighbor_Cache
|
|
|
|
Read_Neighbor_Cache
|
|
|
|
Read_Connection_List
|
|
|
|
Read_Node_Link_Policy_Settings_Mask
|
|
|
|
Write_Node_Link_Policy_Settings_Mask
|
|
|
|
Read_Node_Packet_Mask
|
|
|
|
Write_Node_Packet_Mask
|
|
|
|
Read_Node_Role_Switch
|
|
|
|
Write_Node_Role_Switch
|
|
|
|
.Ed
|
|
|
|
.Pp
|
2002-11-20 23:01:59 +00:00
|
|
|
.Sh BUGS
|
2003-05-10 21:50:37 +00:00
|
|
|
Most likely. Please report if found.
|
2002-11-20 23:01:59 +00:00
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Ex -std
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr netgraph 3 ,
|
|
|
|
.Xr netgraph 4 ,
|
|
|
|
.Xr ng_hci 4 ,
|
|
|
|
.Xr hcseriald 8
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|