summaryrefslogtreecommitdiff
path: root/contrib/man/bt-network.pod
blob: e96333655492f22a32ab5dbba1fc31aedea7f09c (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
43
44
45
=head1 NAME

bt-network - a bluetooth network manager

=head1 SYNOPSIS

bt-network [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>
  -c, --connect <name|mac> <uuid>
  -s, --server <gn|panu|nap> <brige>

=head1 DESCRIPTION

This utility is used to manage network services (client/server).
All servers will be automatically unregistered when the application terminates.

=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> E<lt>uuidE<gt>>
    Connect to the network device and return the network interface
    name, uuid can be either one of "gn", "panu" or "nap"

B<-s, --server E<lt>gn|panu|napE<gt> E<lt>brigeE<gt>>
    Register server for the provided UUID, every new connection to
    this server will be added the bridge interface

=head1 AUTHOR

Alexander Orlenko <zxteam@gmail.com>.

=head1 SEE ALSO

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