~bluetooth/bluez/vivid-phone-overlay

« back to all changes in this revision

Viewing changes to debian/l2test.1

  • Committer: Simon Fels
  • Date: 2015-09-11 09:01:46 UTC
  • Revision ID: morphis@gravedo.de-20150911090146-4c0ln9s7ec3xf0nx
Import package bluez_4.101-0ubuntu25.1~overlay4 from stable phone overlay PPA

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH L2TEST "1" "January 2012"
 
2
.SH NAME
 
3
l2test \- L2CAP testing
 
4
.SH SYNOPSIS
 
5
.B l2test
 
6
.SH DESCRIPTION
 
7
\fBl2test\fP is L2CAP testing program.
 
8
 
 
9
.SH USAGE
 
10
l2test <mode> [options] [bdaddr]
 
11
 
 
12
Modes:
 
13
  \fB-r\fP listen and receive
 
14
  \fB-w\fP listen and send
 
15
  \fB-d\fP listen and dump incoming data
 
16
  \fB-x\fP listen, then send, then dump incoming data
 
17
  \fB-s\fP connect and send
 
18
  \fB-u\fP connect and receive
 
19
  \fB-n\fP connect and be silent
 
20
  \fB-y\fP connect, then send, then dump incoming data
 
21
  \fB-c\fP connect, disconnect, connect, \.\.\.
 
22
  \fB-m\fP multiple connects
 
23
  \fB-p\fP trigger dedicated bonding
 
24
  \fB-z\fP information request
 
25
 
 
26
Options:
 
27
  [\fB-b\fP bytes] [\fB-i\fP device] [\fB-P\fP psm] [\fB-J\fP cid]
 
28
  [\fB-I\fP imtu] [\fB-O\fP omtu]
 
29
  [\fB-L\fP seconds] enable SO_LINGER
 
30
  [\fB-W\fP seconds] enable deferred setup
 
31
  [\fB-B\fP filename] use data packets from file
 
32
  [\fB-N\fP num] send num frames (default = infinite)
 
33
  [\fB-C\fP num] send num frames before delay (default = 1)
 
34
  [\fB-D\fP milliseconds] delay after sending num frames (default = 0)
 
35
  [\fB-X\fP mode] select retransmission/flow-control mode
 
36
  [\fB-Q\fP num] Max Transmit value (default = 3)
 
37
  [\fB-Z\fP size] Transmission Window size (default = 63)
 
38
  [\fB-F\fP fcs] use CRC16 check (default = 1)
 
39
  [\fB-R\fP] reliable mode
 
40
  [\fB-G\fP] use connectionless channel (datagram)
 
41
  [\fB-U\fP] use sock stream
 
42
  [\fB-A\fP] request authentication
 
43
  [\fB-E\fP] request encryption
 
44
  [\fB-S\fP] secure connection
 
45
  [\fB-M\fP] become master
 
46
  [\fB-T\fP] enable timestamps
 
47
 
 
48
.SH AUTHOR
 
49
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>,
 
50
for the Debian GNU/Linux system (but may be used by others).