~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to tools/l2ping.1

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH L2PING 1 "Jan 22 2002" BlueZ "Linux System Administration"
 
2
.SH NAME
 
3
l2ping \- Send L2CAP echo request and receive answer
 
4
.SH SYNOPSIS
 
5
.B l2ping
 
6
.RB [\| \-i
 
7
.IR <hciX> \|]
 
8
.RB [\| \-s
 
9
.IR size \|]
 
10
.RB [\| \-c
 
11
.IR count \|]
 
12
.RB [\| \-t
 
13
.IR timeout \|]
 
14
.RB [\| \-f \|]
 
15
.RB [\| \-r \|]
 
16
.I bd_addr
 
17
 
 
18
.SH DESCRIPTION
 
19
.LP
 
20
.I bd_addr
 
21
 
 
22
.SH DESCRIPTION
 
23
.LP
 
24
L2ping sends a L2CAP echo request to the Bluetooth MAC address
 
25
.I bd_addr
 
26
given in dotted hex notation.
 
27
.SH OPTIONS
 
28
.TP
 
29
.BI \-i " <hciX>"
 
30
The command is applied to device
 
31
.BI
 
32
hciX
 
33
, which must be the name of an installed Bluetooth device (X = 0, 1, 2, ...)
 
34
If not specified, the command will be sent to the first available Bluetooth
 
35
device.
 
36
.TP
 
37
.BI \-s " size"
 
38
The
 
39
.I size
 
40
of the data packets to be sent.
 
41
.TP
 
42
.BI \-c " count"
 
43
Send
 
44
.I count
 
45
number of packets then exit.
 
46
.TP
 
47
.BI \-t " timeout"
 
48
Wait
 
49
.I timeout
 
50
seconds for the response.
 
51
.TP
 
52
.B \-f
 
53
Kind of flood ping. Use with care! It reduces the delay time between packets
 
54
to 0.
 
55
.TP
 
56
.B \-r
 
57
Reverse ping (gnip?). Send echo response instead of echo request.
 
58
.TP
 
59
.I bd_addr
 
60
The Bluetooth MAC address to be pinged in dotted hex notation like
 
61
.B 01:02:03:ab:cd:ef
 
62
or
 
63
.B 01:EF:cd:aB:02:03
 
64
.SH AUTHORS
 
65
Written by Maxim Krasnyansky <maxk@qualcomm.com> and Marcel Holtmann <marcel@holtmann.org>
 
66
.PP
 
67
man page by Nils Faerber <nils@kernelconcepts.de>, Adam Laurie <adam@algroup.co.uk>.