summaryrefslogtreecommitdiff
path: root/contrib/man/bt-input.pod
blob: 43ff1794a5ff1ea10dd1d4e4bfd7ab7271d1281e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=head1 NAME

bt-input - a bluetooth input manager

=head1 SYNOPSIS

bt-input [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>
  -c, --connect=<name|mac>
  -d, --disconnect=<name|mac>

=head1 DESCRIPTION

This utility is used to manage outgoing input (HID) service connections.

=head1 OPTIONS

B<-h, --help>
    Show help

B<-a, --adapter E<lt>name|macE<gt>>
    Specify adapter to use by his Name or MAC address
    (if this option does not defined - default adapter used)

B<-c, --connect E<lt>name|macE<gt>>
    Connect to the input device

B<-d, --disconnect E<lt>name|macE<gt>>
    Disconnect from the input device

=head1 AUTHOR

Alexander Orlenko <zxteam@gmail.com>.

=head1 SEE ALSO

bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-monitor(1) bt-network(1) bt-serial(1)