1RCTEST(1) RCTEST(1)
2
3
4
6 rctest - RFCOMM testing
7
9 rctest <mode> [options] [bdaddr]
10
11
13 rctest is used to test RFCOMM communications on the BlueZ stack
14
15
17 -r listen and receive
18
19 -w listen and send
20
21 -d listen and dump incoming data
22
23 -s connect and send
24
25 -u connect and receive
26
27 -n connect and be silent
28
29 -c connect, disconnect, connect, ...
30
31 -m multiple connects
32
33
35 -b bytes
36 send/receive bytes bytes
37
38 -i device
39 select the specified device
40
41 -P channel
42 select the specified channel
43
44 -U uuid
45 select the specified uuid
46
47 -L seconds
48 enable SO_LINGER options for seconds
49
50 -W seconds
51 enable deferred setup for seconds
52
53 -B filename
54 use data packets from filename
55
56 -N num send num frames
57
58 -C num send num frames before delay (default: 1)
59
60 -D milliseconds
61 delay milliseconds after sending num frames (default: 0)
62
63 -A request authentication
64
65 -E request encryption
66
67 -S secure connection
68
69 -M become master
70
71 -T enable timestamps
72
73
75 Written by Marcel Holtmann <marcel@holtmann.org> and Maxim Krasnyansky
76 <maxk@qualcomm.com>, man page by Filippo Giunchedi <filippo@debian.org>
77
78BlueZ Jul 6 2009 RCTEST(1)