Index: l2ping.1 =================================================================== RCS file: /cvsroot/bluez/utils/tools/l2ping.1,v retrieving revision 1.5 diff -u -r1.5 l2ping.1 --- l2ping.1 20 Mar 2006 22:24:24 -0000 1.5 +++ l2ping.1 3 Jun 2006 13:10:40 -0000 @@ -1,58 +1,59 @@ -.TH L2PING 1 "Jan 22 2002" BlueZ "Linux System Administration" +.TH L2PING 8 "Jan 22 2002" BlueZ "Linux System Administration" .SH NAME l2ping \- Send L2CAP echo request and receive answer .SH SYNOPSIS .B l2ping -[ -.I -i -] [ -.I -s size -] [ -.I -c count -] [ -.I -t timeout -] [ -.I -f -] [ -.I -r -] < +.RB [\| \-i +.IR \|] +.RB [\| \-s +.IR size \|] +.RB [\| \-c +.IR count \|] +.RB [\| \-t +.IR timeout \|] +.RB [\| \-f \|] +.RB [\| \-r \|] .I bd_addr -> + +.SH DESCRIPTION +.LP +.I bd_addr + .SH DESCRIPTION .LP L2ping sends a L2CAP echo request to the Bluetooth MAC address -.B bd_addr +.I bd_addr given in dotted hex notation. .SH OPTIONS .TP -.I -i " " +.BI \-i " " The command is applied to device -.I +.BI hciX , which must be the name of an installed Bluetooth device (X = 0, 1, 2, ...) If not specified, the command will be sent to the first available Bluetooth device. .TP -.I -s size +.BI \-s " size" The -.B size +.I size of the data packets to be sent. .TP -.I -c count +.BI \-c " count" Send -.B count +.I count number of packets then exit. .TP -.I -t \fBtimeout\fP +.BI \-t " timeout" Wait -.B \fBtimeout\fP +.I timeout seconds for the response. .TP -.I -f +.B \-f Kind of flood ping. Use with care! It reduces the delay time between packets to 0. .TP -.I -r +.B \-r Reverse ping (gnip?). Send echo response instead of echo request. .TP .I bd_addr