2006-08-27 15:41:58 +04:00
|
|
|
.\" $NetBSD: btdevctl.8,v 1.2 2006/08/27 11:41:58 plunky Exp $
|
2006-06-19 19:44:33 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2006 Itronix Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\" 3. The name of Itronix Inc. may not be used to endorse
|
|
|
|
.\" or promote products derived from this software without specific
|
|
|
|
.\" prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY ITRONIX INC. ``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 ITRONIX INC. 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.
|
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com>
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
2006-08-27 15:41:58 +04:00
|
|
|
.\" $Id: btdevctl.8,v 1.2 2006/08/27 11:41:58 plunky Exp $
|
2006-06-19 19:44:33 +04:00
|
|
|
.\" $FreeBSD: src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8,v 1.3 2005/01/18 20:02:30 ru Exp $
|
|
|
|
.\"
|
2006-08-27 15:41:58 +04:00
|
|
|
.Dd August 27, 2006
|
2006-08-13 13:03:21 +04:00
|
|
|
.Dt BTDEVCTL 8
|
2006-06-19 19:44:33 +04:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
2006-08-13 13:03:21 +04:00
|
|
|
.Nm btdevctl
|
2006-06-19 19:44:33 +04:00
|
|
|
.Nd Bluetooth remote device control utility
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2006-07-26 14:30:59 +04:00
|
|
|
.Ar btdev
|
2006-06-19 19:44:33 +04:00
|
|
|
.Ar command
|
2006-07-26 14:30:59 +04:00
|
|
|
.Op Ar parameters
|
2006-06-19 19:44:33 +04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2006-07-30 03:55:28 +04:00
|
|
|
utility is used to configure
|
2006-07-26 14:30:59 +04:00
|
|
|
.Xr btdev 4
|
|
|
|
devices in the system, and manage the configuration entries stored in the
|
|
|
|
.Pa /var/db/btdev.xml
|
|
|
|
file.
|
2006-06-19 19:44:33 +04:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility will print results to the standard output and error messages to the
|
|
|
|
standard error.
|
|
|
|
.Pp
|
2006-07-26 14:30:59 +04:00
|
|
|
The commands are as follows:
|
2006-06-19 19:44:33 +04:00
|
|
|
.Bl -tag -width indent
|
2006-07-26 14:30:59 +04:00
|
|
|
.It Cm Attach Op Fl q
|
|
|
|
Attach device to
|
|
|
|
.Ar btdev .
|
|
|
|
If the
|
|
|
|
.Fl q
|
|
|
|
flag is given, be quiet about unconfigured devices.
|
|
|
|
.It Cm Detach Op Fl q
|
|
|
|
Detach device from
|
|
|
|
.Ar btdev .
|
|
|
|
.It Cm Parse
|
|
|
|
Parse HID descriptor in configuration entry for
|
|
|
|
.Ar btdev
|
|
|
|
and print in legible format.
|
|
|
|
.It Cm Print
|
|
|
|
Print configuration entry for
|
|
|
|
.Ar btdev
|
2006-08-27 15:41:58 +04:00
|
|
|
.It Cm Query Oo Fl d Ar device Oc Fl a Ar address Fl s Ar service
|
2006-07-26 14:30:59 +04:00
|
|
|
Perform an SDP query to the remote Bluetooth
|
2006-07-30 03:55:28 +04:00
|
|
|
.Ar address
|
2006-07-26 14:30:59 +04:00
|
|
|
for the given
|
|
|
|
.Ar service
|
|
|
|
and create a configuration entry for
|
|
|
|
.Ar btdev .
|
|
|
|
.Ar address
|
2006-07-30 03:55:28 +04:00
|
|
|
may be given as BDADDR or a name.
|
|
|
|
If a name was specified,
|
2006-06-19 19:44:33 +04:00
|
|
|
.Nm
|
2006-07-26 14:30:59 +04:00
|
|
|
attempts to resolve the name via
|
2006-06-19 19:44:33 +04:00
|
|
|
.Xr bt_gethostbyname 3 .
|
2006-07-26 14:30:59 +04:00
|
|
|
Communications can be limited to a specific controller by use of the
|
|
|
|
.Fl d
|
2006-07-30 03:55:28 +04:00
|
|
|
option.
|
|
|
|
Known services are:
|
2006-06-19 19:44:33 +04:00
|
|
|
.Pp
|
2006-07-26 14:30:59 +04:00
|
|
|
.Bl -tag -compact
|
2006-07-30 03:55:28 +04:00
|
|
|
.It Dv HID
|
2006-07-26 14:30:59 +04:00
|
|
|
Human Interface Device
|
2006-07-30 03:55:28 +04:00
|
|
|
.It Dv HFP
|
2006-07-26 14:30:59 +04:00
|
|
|
Hands Free Profile
|
2006-07-30 03:55:28 +04:00
|
|
|
.It Dv HSET
|
2006-07-26 14:30:59 +04:00
|
|
|
Headset
|
|
|
|
.El
|
2006-06-19 19:44:33 +04:00
|
|
|
.Pp
|
2006-07-26 14:30:59 +04:00
|
|
|
.It Cm Remove
|
|
|
|
Remove config entry for
|
|
|
|
.Ar btdev
|
|
|
|
from configuration file.
|
2006-06-19 19:44:33 +04:00
|
|
|
.El
|
2006-07-30 03:55:28 +04:00
|
|
|
.Sh EXIT STATUS
|
|
|
|
.Ex -std
|
2006-06-19 19:44:33 +04:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -compact
|
2006-07-26 14:30:59 +04:00
|
|
|
.It Pa /dev/btdevN
|
|
|
|
.It Pa /var/db/btdev.xml
|
2006-06-19 19:44:33 +04:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
2006-07-26 14:30:59 +04:00
|
|
|
.Xr btdev 4 ,
|
2006-06-19 19:44:33 +04:00
|
|
|
.Xr bthidev 4 ,
|
2006-07-26 14:30:59 +04:00
|
|
|
.Xr btsco 4
|
2006-06-19 19:44:33 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
Parts of the
|
|
|
|
.Nm
|
2006-07-26 14:30:59 +04:00
|
|
|
program originated in the
|
2006-06-19 19:44:33 +04:00
|
|
|
.Fx
|
|
|
|
.Nm bthidcontrol
|
|
|
|
program.
|
2006-07-30 03:55:28 +04:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Iain Hibbert
|
|
|
|
for Itronix, Inc.
|
|
|
|
.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
|