summaryrefslogtreecommitdiff
path: root/contrib/man/bt-network.pod
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/man/bt-network.pod')
-rw-r--r--contrib/man/bt-network.pod42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/man/bt-network.pod b/contrib/man/bt-network.pod
new file mode 100644
index 0000000..814375a
--- /dev/null
+++ b/contrib/man/bt-network.pod
@@ -0,0 +1,42 @@
+=head1 NAME
+
+bt-adapter - a bluetooth network 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-agent(1) bt-device(1)