1bt-agent(1)                       bluez-tools                      bt-agent(1)
2
3
4

NAME

6       bt-adapter - a bluetooth agent
7

SYNOPSIS

9       bt-agent [OPTION...]
10
11       Help Options:
12         -h, --help
13
14       Application Options:
15         -c, --capability=<capability>
16         -p, --pin
17         -d, --daemon
18

DESCRIPTION

20       This interactive utility is used to manage incoming Bluetooth requests
21       (eg. request of pincode, request of authorize a connection/service
22       request, etc).
23

OPTIONS

25       -h, --help
26           Show help
27
28       -c, --capability <capability>
29           Specify the input and output capabilities of the agent.
30           `capability` can be one of:
31               DisplayOnly
32               DisplayYesNo (default)
33               KeyboardOnly
34               NoInputNoOutput
35           (if this option does not defined - `DisplayYesNo' will be used)
36
37       -p, --pin <file path<gt>
38           Use a file that holds a list of authorization codes for each device
39       by name or mac address.
40           The contents of the file should be in this format:
41               AA:BB:CC:DD:EE:FF    123456
42               RemoteDeviceName     *         (accept any pin code)
43           If a pin file is included, it will check the passkey of the pairing
44       device against the key included in the file. It will automatically
45       authorize the device if the key matches, otherwise it will request the
46       user for manual authorization.
47
48       -d, --daemon
49           Run the agent as a background process (as a daemon).
50           The agent will rely on a pin file and request no manual user
51       authorization. Any devices that attempt to pair without a valid passkey
52       defined in the pin file will be automatically rejected.
53

AUTHOR

55       Alexander Orlenko <zxteam@gmail.com>.
56

SEE ALSO

58       bt-adapter(1) bt-device(1) bt-network(1)
59
60
61
62                                  2014-08-03                       bt-agent(1)
Impressum