summaryrefslogtreecommitdiffstats
path: root/compat/pand.1
blob: 4603b8bf5becf70298a0b353e51dc4e843331b9b (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.29.
.TH BlueZ "1" "February 2003" "PAN daemon" "User Commands"
.SH NAME
pand \- BlueZ Bluetooth PAN daemon
.SH DESCRIPTION
The pand PAN daemon allows your computer to connect to ethernet
networks using Bluetooth.
.SH SYNPOSIS
pand <options>
.SH OPTIONS
.TP
\fB\-\-show\fR \fB\-\-list\fR \fB\-l\fR
Show active PAN connections
.TP
\fB\-\-listen\fR \fB\-s\fR
Listen for PAN connections
.TP
\fB\-\-connect\fR \fB\-c\fR <bdaddr>
Create PAN connection
.TP
\fB\-\-search\fR \fB\-Q[duration]\fR
Search and connect
.TP
\fB\-\-kill\fR \fB\-k\fR <bdaddr>
Kill PAN connection
.TP
\fB\-\-killall\fR \fB\-K\fR
Kill all PAN connections
.TP
\fB\-\-role\fR \fB\-r\fR <role>
Local PAN role (PANU, NAP, GN)
.TP
\fB\-\-service\fR \fB\-d\fR <role>
Remote PAN service (PANU, NAP, GN)
.TP
\fB\-\-ethernet\fR \fB\-e\fR <name>
Network interface name
.TP
\fB\-\-device\fR \fB\-i\fR <bdaddr>
Source bdaddr
.TP
\fB\-\-nosdp\fR \fB\-D\fR
Disable SDP
.TP
\fB\-\-encrypt\fR \fB\-E\fR
Enable encryption
.TP
\fB\-\-secure\fR \fB\-S\fR
Secure connection
.TP
\fB\-\-master\fR \fB\-M\fR
Become the master of a piconet
.TP
\fB\-\-nodetach\fR \fB\-n\fR
Do not become a daemon
.TP
\fB\-\-persist\fR \fB\-p[interval]\fR
Persist mode
.TP
\fB\-\-cache\fR \fB\-C[valid]\fR
Cache addresses
.TP
\fB\-\-pidfile\fR \fB\-P <pidfile>\fR
Create PID file
.TP
\fB\-\-devup\fR \fB\-u <script>\fR
Script to run when interface comes up
.TP
\fB\-\-devdown\fR \fB\-o <script>\fR
Script to run when interface comes down
.TP
\fB\-\-autozap\fR \fB\-z\fR
Disconnect automatically on exit

.SH SCRIPTS
The devup/devdown script will be called with bluetooth device as first argument
and bluetooth destination address as second argument.