From 799757ccf1d03c33c75bc597cd5ef77741dcb6a7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 3 Jun 2011 09:17:04 +0000 Subject: Imported upstream 4.91 --- tools/l2ping.8 | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 tools/l2ping.8 (limited to 'tools/l2ping.8') diff --git a/tools/l2ping.8 b/tools/l2ping.8 new file mode 100644 index 0000000..8b77ee2 --- /dev/null +++ b/tools/l2ping.8 @@ -0,0 +1,76 @@ +.TH L2PING 8 "Jan 22 2002" BlueZ "Linux System Administration" +.SH NAME +l2ping \- Send L2CAP echo request and receive answer +.SH SYNOPSIS +.B l2ping +.RB [\| \-i +.IR \|] +.RB [\| \-s +.IR size \|] +.RB [\| \-c +.IR count \|] +.RB [\| \-t +.IR timeout \|] +.RB [\| \-d +.IR delay \|] +.RB [\| \-f \|] +.RB [\| \-r \|] +.RB [\| \-v \|] +.I bd_addr + +.SH DESCRIPTION +.LP +L2ping sends a L2CAP echo request to the Bluetooth MAC address +.I bd_addr +given in dotted hex notation. +.SH OPTIONS +.TP +.BI \-i " " +The command is applied to device +.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 +.BI \-s " size" +The +.I size +of the data packets to be sent. +.TP +.BI \-c " count" +Send +.I count +number of packets then exit. +.TP +.BI \-t " timeout" +Wait +.I timeout +seconds for the response. +.TP +.BI \-d " delay" +Wait +.I delay +seconds between pings. +.TP +.B \-f +Kind of flood ping. Use with care! It reduces the delay time between packets +to 0. +.TP +.B \-r +Reverse ping (gnip?). Send echo response instead of echo request. +.TP +.B \-v +Verify response payload is identical to request payload. It is not required for +remote stacks to return the request payload, but most stacks do (including +Bluez). +.TP +.I bd_addr +The Bluetooth MAC address to be pinged in dotted hex notation like +.B 01:02:03:ab:cd:ef +or +.B 01:EF:cd:aB:02:03 +.SH AUTHORS +Written by Maxim Krasnyansky and Marcel Holtmann +.PP +man page by Nils Faerber , Adam Laurie . -- cgit v1.2.3