summaryrefslogtreecommitdiff
path: root/contrib/man/bt-monitor.pod
blob: 6058f684901274bb193417b9edc84149ea08f671 (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
46
47
48
49
50
51
52
53
54
55
=head1 NAME

bt-device - a bluetooth monitor

=head1 SYNOPSIS

bt-monitor [OPTION...]

Help Options:
  -h, --help

Application Options:
  -a, --adapter=<name|mac>

=head1 DESCRIPTION

This utility is used to capture DBus signals of bluetoothd. Captured next signals:

B<Manager signals>:
  AdapterAdded
  AdapterRemoved
  DefaultAdapterChanged

B<Adapter signals>:
  DeviceCreated
  DeviceDisappeared
  DeviceFound
  DeviceRemoved
  AdapterPropertyChanged

B<Device signals>:
  DisconnectRequested
  DevicePropertyChanged

B<Services signals>:
  AudioServiceConnected
  InputServiceConnected
  NetworkServiceConnected

=head1 OPTIONS

B<-h, --help>
    Show help

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

=head1 AUTHOR

Alexander Orlenko <zxteam@gmail.com>.

=head1 SEE ALSO

bt-adapter(1) bt-device(1) bt-audio(1) bt-input(1) bt-network(1)