Deleted Added
full compact
hccontrol.8 (361169) hccontrol.8 (361183)
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: hccontrol.8,v 1.6 2003/08/06 21:26:38 max Exp $
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: hccontrol.8,v 1.6 2003/08/06 21:26:38 max Exp $
26.\" $FreeBSD: stable/11/usr.sbin/bluetooth/hccontrol/hccontrol.8 361169 2020-05-18 09:01:18Z hselasky $
26.\" $FreeBSD: stable/11/usr.sbin/bluetooth/hccontrol/hccontrol.8 361183 2020-05-18 09:13:34Z hselasky $
27.\"
27.\"
28.Dd February 7, 2015
28.Dd April 24, 2020
29.Dt HCCONTROL 8
30.Os
31.Sh NAME
32.Nm hccontrol
33.Nd Bluetooth HCI configuration utility
34.Sh SYNOPSIS
35.Nm
36.Op Fl hN

--- 91 unchanged lines hidden (view full) ---

128.It Cm Read_SCO_Flow_Control_Enable
129.It Cm Write_SCO_Flow_Control_Enable
130.It Cm Read_Link_Supervision_Timeout
131.It Cm Write_Link_Supervision_Timeout
132.It Cm Read_Page_Scan_Period_Mode
133.It Cm Write_Page_Scan_Period_Mode
134.It Cm Read_Page_Scan_Mode
135.It Cm Write_Page_Scan_Mode
29.Dt HCCONTROL 8
30.Os
31.Sh NAME
32.Nm hccontrol
33.Nd Bluetooth HCI configuration utility
34.Sh SYNOPSIS
35.Nm
36.Op Fl hN

--- 91 unchanged lines hidden (view full) ---

128.It Cm Read_SCO_Flow_Control_Enable
129.It Cm Write_SCO_Flow_Control_Enable
130.It Cm Read_Link_Supervision_Timeout
131.It Cm Write_Link_Supervision_Timeout
132.It Cm Read_Page_Scan_Period_Mode
133.It Cm Write_Page_Scan_Period_Mode
134.It Cm Read_Page_Scan_Mode
135.It Cm Write_Page_Scan_Mode
136.It Cm Read_LE_Host_Support
137.It Cm Write_LE_Host_Support
136.It Cm Read_Local_Version_Information
137.It Cm Read_Local_Supported_Commands
138.It Cm Read_Local_Supported_Features
139.It Cm Read_Buffer_Size
140.It Cm Read_Country_Code
141.It Cm Read_BD_ADDR
142.It Cm Read_Failed_Contact_Counter
143.It Cm Reset_Failed_Contact_Counter
144.It Cm Get_Link_Quality
145.It Cm Read_RSSI
138.It Cm Read_Local_Version_Information
139.It Cm Read_Local_Supported_Commands
140.It Cm Read_Local_Supported_Features
141.It Cm Read_Buffer_Size
142.It Cm Read_Country_Code
143.It Cm Read_BD_ADDR
144.It Cm Read_Failed_Contact_Counter
145.It Cm Reset_Failed_Contact_Counter
146.It Cm Get_Link_Quality
147.It Cm Read_RSSI
148.It Cm LE_Read_Local_Supported_Features
149.It Cm LE_Set_Advertising_Parameters
150.It Cm LE_Read_Advertising_Physical_Channel_Tx_Power
151.It Cm LE_Set_Advertising_Data
152.It Cm LE_Set_Scan_Response_Data
153.It Cm LE_Set_Advertising_Enable
154.It Cm LE_Set_Scan_Parameters
155.It Cm LE_Set_Scan_Enable
156.It Cm LE_Read_Supported_States
146.El
147.Pp
148The currently supported node commands in
149.Nm
150are:
151.Pp
152.Bl -tag -width 40n -offset indent -compact
153.It Cm Read_Node_State

--- 11 unchanged lines hidden (view full) ---

165.It Cm Read_Node_Link_Policy_Settings_Mask
166.It Cm Write_Node_Link_Policy_Settings_Mask
167.It Cm Read_Node_Packet_Mask
168.It Cm Write_Node_Packet_Mask
169.It Cm Read_Node_Role_Switch
170.It Cm Write_Node_Role_Switch
171.It Cm Read_Node_List
172.El
157.El
158.Pp
159The currently supported node commands in
160.Nm
161are:
162.Pp
163.Bl -tag -width 40n -offset indent -compact
164.It Cm Read_Node_State

--- 11 unchanged lines hidden (view full) ---

176.It Cm Read_Node_Link_Policy_Settings_Mask
177.It Cm Write_Node_Link_Policy_Settings_Mask
178.It Cm Read_Node_Packet_Mask
179.It Cm Write_Node_Packet_Mask
180.It Cm Read_Node_Role_Switch
181.It Cm Write_Node_Role_Switch
182.It Cm Read_Node_List
183.El
184.Sh EXAMPLES
185Make the blutooth LE host, ubt0hci, scannable through
186.Xr hccontrol 8 commands:
187.Pp
188.Bd -literal -offset indent
189hccontrol -n ubt0hci le_set_advertising_enable disable
190hccontrol -n ubt0hci le_set_advertising_param
191hccontrol -n ubt0hci le_read_advertising_channel_tx_power
192hccontrol -n ubt0hci le_set_advertising_data
193hccontrol -n ubt0hci le_set_scan_response -n FBSD_Host
194hccontrol -n ubt0hci le_set_advertising_enable enable
195.Ed
173.Sh EXIT STATUS
174.Ex -std
175.Sh SEE ALSO
176.Xr bluetooth 3 ,
177.Xr netgraph 3 ,
178.Xr netgraph 4 ,
179.Xr ng_hci 4 ,
180.Xr hcseriald 8
181.Sh AUTHORS
182.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
183.Sh BUGS
184Most likely.
185Please report if found.
196.Sh EXIT STATUS
197.Ex -std
198.Sh SEE ALSO
199.Xr bluetooth 3 ,
200.Xr netgraph 3 ,
201.Xr netgraph 4 ,
202.Xr ng_hci 4 ,
203.Xr hcseriald 8
204.Sh AUTHORS
205.An Maksim Yevmenkin Aq Mt m_evmenkin@yahoo.com
206.Sh BUGS
207Most likely.
208Please report if found.