bthidcontrol.8 (77814ea0002b19275e4cc6fb499f8113b50babbf) | bthidcontrol.8 (6490c2ffabe2a6e5df2545d164f1c257e0d471de) |
---|---|
1.\" Copyright (c) 2004 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. --- 11 unchanged lines hidden (view full) --- 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: bthidcontrol.8,v 1.1 2004/02/13 21:44:41 max Exp $ 26.\" $FreeBSD$ 27.\" | 1.\" Copyright (c) 2004 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. --- 11 unchanged lines hidden (view full) --- 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: bthidcontrol.8,v 1.1 2004/02/13 21:44:41 max Exp $ 26.\" $FreeBSD$ 27.\" |
28.Dd October 30, 2006 | 28.Dd February 13, 2004 |
29.Dt BTHIDCONTROL 8 30.Os 31.Sh NAME 32.Nm bthidcontrol 33.Nd Bluetooth HID control utility 34.Sh SYNOPSIS 35.Nm 36.Fl h 37.Nm 38.Op Fl a Ar BD_ADDR 39.Op Fl c Ar file 40.Op Fl H Ar file | 29.Dt BTHIDCONTROL 8 30.Os 31.Sh NAME 32.Nm bthidcontrol 33.Nd Bluetooth HID control utility 34.Sh SYNOPSIS 35.Nm 36.Fl h 37.Nm 38.Op Fl a Ar BD_ADDR 39.Op Fl c Ar file 40.Op Fl H Ar file |
41.Op Fl v | |
42.Ar command 43.Sh DESCRIPTION 44The 45.Nm 46utility can be used to query remote Bluetooth HID devices, dump HID descriptors 47in human readable form and perform simple manipulations on the Bluetooth HID 48daemon configuration files. 49.Pp --- 13 unchanged lines hidden (view full) --- 63The default path is 64.Pa /etc/bluetooth/bthidd.conf . 65.It Fl H Ar file 66Specify path to the Bluetooth HID daemon known HIDs file. 67The default path is 68.Pa /var/db/bthidd.hids . 69.It Fl h 70Display usage message and exit. | 41.Ar command 42.Sh DESCRIPTION 43The 44.Nm 45utility can be used to query remote Bluetooth HID devices, dump HID descriptors 46in human readable form and perform simple manipulations on the Bluetooth HID 47daemon configuration files. 48.Pp --- 13 unchanged lines hidden (view full) --- 62The default path is 63.Pa /etc/bluetooth/bthidd.conf . 64.It Fl H Ar file 65Specify path to the Bluetooth HID daemon known HIDs file. 66The default path is 67.Pa /var/db/bthidd.hids . 68.It Fl h 69Display usage message and exit. |
71.It Fl v 72Be verbose and show items that are being used for padding. | |
73.It Ar command 74One of the supported commands (see below). 75Special command 76.Cm help 77can be used to obtain the list of all supported commands. 78To get more information about specific command use 79.Cm help Ar command . 80.El 81.Sh COMMANDS 82The currently supported node commands in 83.Nm 84are: 85.Pp 86.Bl -tag -offset indent -compact 87.It Cm Query 88.It Cm Dump 89.It Cm Known 90.It Cm Forget 91.El | 70.It Ar command 71One of the supported commands (see below). 72Special command 73.Cm help 74can be used to obtain the list of all supported commands. 75To get more information about specific command use 76.Cm help Ar command . 77.El 78.Sh COMMANDS 79The currently supported node commands in 80.Nm 81are: 82.Pp 83.Bl -tag -offset indent -compact 84.It Cm Query 85.It Cm Dump 86.It Cm Known 87.It Cm Forget 88.El |
89.Sh DIAGNOSTICS 90.Ex -std |
|
92.Sh FILES 93.Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact 94.It Pa /etc/bluetooth/bthidd.conf 95.It Pa /var/db/bthidd.hids 96.El | 91.Sh FILES 92.Bl -tag -width ".Pa /etc/bluetooth/bthidd.conf" -compact 93.It Pa /etc/bluetooth/bthidd.conf 94.It Pa /var/db/bthidd.hids 95.El |
97.Sh EXIT STATUS 98.Ex -std | |
99.Sh SEE ALSO 100.Xr bthidd 8 101.Sh AUTHORS 102.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com | 96.Sh SEE ALSO 97.Xr bthidd 8 98.Sh AUTHORS 99.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com |