summaryrefslogtreecommitdiff
path: root/debian/l2test.1
blob: 336846db4eb679a33b9060ca1b8879a2617de210 (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
.TH BLUETOOTH-AGENT "1" "March 2010"
.SH NAME
l2test \- L2CAP testing
.SH SYNOPSIS
.B l2test
.SH DESCRIPTION
\fBl2test\fP is L2CAP testing program.

.SH USAGE
l2test <mode> [options] [bdaddr]
Modes:
\fB-r\fP listen and receive
\fB-w\fP listen and send
\fB-d\fP listen and dump incoming data
\fB-x\fP listen, then send, then dump incoming data
\fB-s\fP connect and send
\fB-u\fP connect and receive
\fB-n\fP connect and be silent
\fB-y\fP connect, then send, then dump incoming data
\fB-c\fP connect, disconnect, connect, \.\.\.
\fB-m\fP multiple connects
\fB-p\fP trigger dedicated bonding
\fB-z\fP information request
Options:
[\fB-b\fP bytes] [\fB-i\fP device] [\fB-P\fP psm]
[\fB-I\fP imtu] [\fB-O\fP omtu]
[\fB-L\fP seconds] enable SO_LINGER
[\fB-W\fP seconds] enable deferred setup
[\fB-B\fP filename] use data packets from file
[\fB-N\fP num] send num frames (default = infinite)
[\fB-C\fP num] send num frames before delay (default = 1)
[\fB-D\fP milliseconds] delay after sending num frames (default = 0)
[\fB-X\fP mode] select retransmission/flow-control mode
[\fB-F\fP fcs] use CRC16 check (default = 1)
[\fB-R\fP] reliable mode
[\fB-G\fP] use connectionless channel (datagram)
[\fB-A\fP] request authentication
[\fB-E\fP] request encryption
[\fB-S\fP] secure connection
[\fB-M\fP] become master
[\fB-T\fP] enable timestamps

.SH AUTHOR
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>,
for the Debian GNU/Linux system (but may be used by others).