58b4434318
bluetooth implementation. Bump PKGNAME.
68 lines
1.7 KiB
Plaintext
68 lines
1.7 KiB
Plaintext
$OpenBSD: patch-hccontrol_hccontrol_8,v 1.1 2005/07/17 18:20:29 grange Exp $
|
|
--- hccontrol/hccontrol.8.orig Sun Jul 17 22:08:51 2005
|
|
+++ hccontrol/hccontrol.8 Sun Jul 17 22:12:56 2005
|
|
@@ -30,20 +30,17 @@
|
|
.Os
|
|
.Sh NAME
|
|
.Nm hccontrol
|
|
-.Nd HCI configuration utility
|
|
+.Nd Bluetooth HCI control utility
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl hN
|
|
-.Fl n Ar HCI_node_name
|
|
+.Fl n Ar interface
|
|
.Ar command
|
|
.Op Ar parameters ...
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
-utility connects to the specified Netgraph node of type
|
|
-.Dv HCI
|
|
-and attempts to send specified command to the HCI Netgraph node or to the
|
|
-associated Bluetooth device.
|
|
+utility sends specified command to the Bluetooth network interface.
|
|
The
|
|
.Nm
|
|
utility will print results to the standard output and error messages to
|
|
@@ -58,8 +55,8 @@ Show Bluetooth addresses as numbers.
|
|
Normally
|
|
.Nm
|
|
attempts to resolve Bluetooth addresses, and display them symbolically.
|
|
-.It Fl n Ar HCI_node_name
|
|
-Connect to the specified HCI Netgraph node.
|
|
+.It Fl n Ar interface
|
|
+Use specified network interface, e.g. ubt0.
|
|
.It Ar command
|
|
One of the supported commands (see below).
|
|
Special command
|
|
@@ -81,7 +78,7 @@ The currently supported HCI commands in
|
|
.Nm
|
|
are:
|
|
.Pp
|
|
-.Bl -tag -offset indent -compact
|
|
+.Bl -tag -width indent -compact
|
|
.It Cm Inquiry
|
|
.It Cm Create_Connection
|
|
.It Cm Disconnect
|
|
@@ -148,7 +145,7 @@ The currently supported node commands in
|
|
.Nm
|
|
are:
|
|
.Pp
|
|
-.Bl -tag -offset indent -compact
|
|
+.Bl -tag -width indent -compact
|
|
.It Cm Read_Node_State
|
|
.It Cm Initialize
|
|
.It Cm Read_Debug_Level
|
|
@@ -172,9 +169,7 @@ are:
|
|
.Ex -std
|
|
.Sh SEE ALSO
|
|
.Xr bluetooth 3 ,
|
|
-.Xr netgraph 3 ,
|
|
-.Xr netgraph 4 ,
|
|
-.Xr ng_hci 4 ,
|
|
+.Xr ubt 4 ,
|
|
.Xr hcseriald 8
|
|
.Sh AUTHORS
|
|
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|