summaryrefslogtreecommitdiff
path: root/contrib/man
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/man')
-rw-r--r--contrib/man/bt-adapter.pod2
-rw-r--r--contrib/man/bt-agent.pod2
-rw-r--r--contrib/man/bt-audio.pod4
-rw-r--r--contrib/man/bt-device.pod4
-rw-r--r--contrib/man/bt-input.pod4
-rw-r--r--contrib/man/bt-monitor.pod4
-rw-r--r--contrib/man/bt-network.pod23
-rw-r--r--contrib/man/bt-serial.pod23
8 files changed, 38 insertions, 28 deletions
diff --git a/contrib/man/bt-adapter.pod b/contrib/man/bt-adapter.pod
index d03e274..5a19ada 100644
--- a/contrib/man/bt-adapter.pod
+++ b/contrib/man/bt-adapter.pod
@@ -101,4 +101,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-agent(1) bt-device(1)
+bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-agent.pod b/contrib/man/bt-agent.pod
index 5d2764f..927d224 100644
--- a/contrib/man/bt-agent.pod
+++ b/contrib/man/bt-agent.pod
@@ -32,4 +32,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-adapter(1) bt-device(1)
+bt-adapter(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-audio.pod b/contrib/man/bt-audio.pod
index 2eb3bf5..8f88833 100644
--- a/contrib/man/bt-audio.pod
+++ b/contrib/man/bt-audio.pod
@@ -1,6 +1,6 @@
=head1 NAME
-bt-adapter - a bluetooth generic audio manager
+bt-audio - a bluetooth generic audio manager
=head1 SYNOPSIS
@@ -39,4 +39,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-agent(1) bt-device(1)
+bt-adapter(1) bt-agent(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-device.pod b/contrib/man/bt-device.pod
index 50f4221..3821905 100644
--- a/contrib/man/bt-device.pod
+++ b/contrib/man/bt-device.pod
@@ -38,7 +38,7 @@ B<-l, --list>
List added devices
B<-c, --connect E<lt>macE<gt>>
- Connect to the remote device by his MAC and retrieve all SDP
+ Connect to the remote device by his MAC, retrieve all SDP
records and then initiate the pairing
B<-r, --remove>
@@ -110,4 +110,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-agent(1) bt-adapter(1)
+bt-adapter(1) bt-agent(1) bt-audio(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-input.pod b/contrib/man/bt-input.pod
index c0309e8..43ff179 100644
--- a/contrib/man/bt-input.pod
+++ b/contrib/man/bt-input.pod
@@ -1,6 +1,6 @@
=head1 NAME
-bt-adapter - a bluetooth input manager
+bt-input - a bluetooth input manager
=head1 SYNOPSIS
@@ -39,4 +39,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-audio(1) bt-device(1)
+bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-monitor(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-monitor.pod b/contrib/man/bt-monitor.pod
index 6058f68..7f3c196 100644
--- a/contrib/man/bt-monitor.pod
+++ b/contrib/man/bt-monitor.pod
@@ -1,6 +1,6 @@
=head1 NAME
-bt-device - a bluetooth monitor
+bt-monitor - a bluetooth monitor
=head1 SYNOPSIS
@@ -52,4 +52,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-adapter(1) bt-device(1) bt-audio(1) bt-input(1) bt-network(1)
+bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-network(1) bt-serial(1)
diff --git a/contrib/man/bt-network.pod b/contrib/man/bt-network.pod
index 814375a..711022e 100644
--- a/contrib/man/bt-network.pod
+++ b/contrib/man/bt-network.pod
@@ -1,22 +1,24 @@
=head1 NAME
-bt-adapter - a bluetooth network manager
+bt-network - a bluetooth network manager
=head1 SYNOPSIS
-bt-input [OPTION...]
+bt-network [OPTION...]
Help Options:
-h, --help
Application Options:
-a, --adapter=<name|mac>
- -c, --connect=<name|mac>
+ -c, --connect <name|mac> <uuid>
-d, --disconnect=<name|mac>
+ -s, --server <gn|panu|nap> <brige>
=head1 DESCRIPTION
-This utility is used to manage outgoing input (HID) service connections.
+This utility is used to manage network services (client/server).
+All servers will be automatically unregistered when the application terminates.
=head1 OPTIONS
@@ -27,11 +29,16 @@ 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<-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<-d, --disconnect E<lt>name|macE<gt>>
- Disconnect from the input device
+ Disconnect from the network device
+
+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
@@ -39,4 +46,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-agent(1) bt-device(1)
+bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-serial(1)
diff --git a/contrib/man/bt-serial.pod b/contrib/man/bt-serial.pod
index edeba53..058bcdb 100644
--- a/contrib/man/bt-serial.pod
+++ b/contrib/man/bt-serial.pod
@@ -1,22 +1,22 @@
=head1 NAME
-bt-adapter - a bluetooth input manager
+bt-serial - a bluetooth serial manager
=head1 SYNOPSIS
-bt-input [OPTION...]
+bt-serial [OPTION...]
Help Options:
-h, --help
Application Options:
-a, --adapter=<name|mac>
- -c, --connect=<name|mac>
- -d, --disconnect=<name|mac>
+ -c, --connect <name|mac> <pattern>
+ -d, --disconnect <name|mac> <tty_device>
=head1 DESCRIPTION
-This utility is used to manage outgoing input (HID) service connections.
+This utility is used to manage serial service connections.
=head1 OPTIONS
@@ -27,11 +27,14 @@ 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<-c, --connect E<lt>name|macE<gt> E<lt>patternE<gt>>
+ Connects to a specific RFCOMM based service on a
+ remote device and then creates a RFCOMM TTY
+ device for it; `pattern` is a profile short name (spp, dun),
+ RFCOMM channel (1-30)
-B<-d, --disconnect E<lt>name|macE<gt>>
- Disconnect from the input device
+B<-d, --disconnect E<lt>name|macE<gt> E<lt>tty_deviceE<gt>>
+ Disconnect a RFCOMM TTY device that has been created
=head1 AUTHOR
@@ -39,4 +42,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-agent(1) bt-device(1)
+bt-adapter(1) bt-agent(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1)