summaryrefslogtreecommitdiff
path: root/contrib/man/bt-agent.pod
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/man/bt-agent.pod')
-rw-r--r--contrib/man/bt-agent.pod28
1 files changed, 23 insertions, 5 deletions
diff --git a/contrib/man/bt-agent.pod b/contrib/man/bt-agent.pod
index 927d224..270704a 100644
--- a/contrib/man/bt-agent.pod
+++ b/contrib/man/bt-agent.pod
@@ -10,7 +10,9 @@ Help Options:
-h, --help
Application Options:
- -a, --adapter=<name|mac>
+ -c, --capability=<capability>
+ -p, --pin
+ -d, --daemon
=head1 DESCRIPTION
@@ -22,9 +24,25 @@ This interactive utility is used to manage incoming Bluetooth requests
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, --capability E<lt>capabilityE<gt>>
+ Specify the input and output capabilities of the agent.
+ `capability` can be one of:
+ DisplayOnly
+ DisplayYesNo (default)
+ KeyboardOnly
+ NoInputNoOutput
+ (if this option does not defined - `DisplayYesNo' will be used)
+
+B<-p, --pin E<lt>file path<gt>>
+ Use a file that holds a list of authorization codes for each device by name or mac address.
+ The contents of the file should be in this format:
+ AA:BB:CC:DD:EE:FF 123456
+ RemoteDeviceName * (accept any pin code)
+ If a pin file is included, it will check the passkey of the pairing device against the key included in the file. It will automatically authorize the device if the key matches, otherwise it will request the user for manual authorization.
+
+B<-d, --daemon>
+ Run the agent as a background process (as a daemon).
+ The agent will rely on a pin file and request no manual user authorization. Any devices that attempt to pair without a valid passkey defined in the pin file will be automatically rejected.
=head1 AUTHOR
@@ -32,4 +50,4 @@ Alexander Orlenko <zxteam@gmail.com>.
=head1 SEE ALSO
-bt-adapter(1) bt-audio(1) bt-device(1) bt-input(1) bt-monitor(1) bt-network(1) bt-serial(1)
+bt-adapter(1) bt-device(1) bt-network(1)