Git init
[framework/connectivity/bluez.git] / test / rctest.1
1 .TH RCTEST 1 "Jul 6 2009" BlueZ ""
2 .SH NAME
3 rctest \- RFCOMM testing
4 .SH SYNOPSIS
5 .B rctest
6 <\fImode\fR> [\fIoptions\fR] [\fIbdaddr\fR]
7
8 .SH DESCRIPTION
9 .LP
10 .B
11 rctest
12 is used to test RFCOMM communications on the BlueZ stack
13
14 .SH MODES
15 .TP
16 .B -r
17 listen and receive
18 .TP
19 .B -w
20 listen and send
21 .TP
22 .B -d
23 listen and dump incoming data
24 .TP
25 .B -s
26 connect and send
27 .TP
28 .B -u
29 connect and receive
30 .TP
31 .B -n
32 connect and be silent
33 .TP
34 .B -c
35 connect, disconnect, connect, ...
36 .TP
37 .B -m
38 multiple connects
39
40 .SH OPTIONS
41 .TP
42 .BI -b\  bytes
43 send/receive \fIbytes\fR bytes
44 .TP
45 .BI -i\  device
46 select the specified \fIdevice\fR
47 .TP
48 .BI -P\  channel
49 select the specified \fIchannel\fR
50 .TP
51 .BI -U\  uuid
52 select the specified \fIuuid\fR
53 .TP
54 .BI -L\  seconds
55 enable SO_LINGER options for \fIseconds\fR
56 .TP
57 .BI -W\  seconds
58 enable deferred setup for \fIseconds\fR
59 .TP
60 .BI -B\  filename
61 use data packets from \fIfilename\fR
62 .TP
63 .BI -N\  num
64 send \fInum\fR frames
65 .TP
66 .BI -C\  num
67 send \fInum\fR frames before delay (default: 1)
68 .TP
69 .BI -D\  milliseconds
70 delay \fImilliseconds\fR after sending \fInum\fR frames (default: 0)
71 .TP
72 .B -A
73 request authentication
74 .TP
75 .B -E
76 request encryption
77 .TP
78 .B -S
79 secure connection
80 .TP
81 .B -M
82 become master
83 .TP
84 .B -T
85 enable timestamps
86
87 .SH AUTHORS
88 Written by Marcel Holtmann <marcel@holtmann.org> and Maxim Krasnyansky
89 <maxk@qualcomm.com>, man page by Filippo Giunchedi <filippo@debian.org>
90 .PP