summaryrefslogtreecommitdiffstats
path: root/tools/bccmd.8
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-09-30 13:05:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-09-30 13:05:09 +0000
commit3e077cde783d52817e9934681699c51994ba2031 (patch)
treecb8ba133cbab7fc155224b9a8a2acd1ea68842b8 /tools/bccmd.8
parentbf1758786cd88dbf3ae3d113f7fce95c43ee71eb (diff)
Add manual page for bccmd utility
Diffstat (limited to 'tools/bccmd.8')
-rw-r--r--tools/bccmd.855
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/bccmd.8 b/tools/bccmd.8
new file mode 100644
index 00000000..a51be28e
--- /dev/null
+++ b/tools/bccmd.8
@@ -0,0 +1,55 @@
+.TH BCCMD 8 "Sep 30 2005" BlueZ "Linux System Administration"
+.SH NAME
+bccmd \- Utility for the CSR BCCMD interface
+.SH SYNOPSIS
+.B bccmd
+.br
+.B bccmd [-i <dev>] <command>
+.br
+
+.SH DESCRIPTION
+.LP
+.B
+bccmd
+issues BlueCore commands to
+.B
+Cambridge Silicon Radio
+devices. If run without the <command> argument, a short help page will be diaplayed.
+.PP
+
+.SH OPTIONS
+.TP
+.BI -i\ <dev>
+Specify a particular device to operate on. If not specified, default is the first available device.
+.SH COMMANDS
+.TP
+.BI keylen\ <handle>
+Get current crypt key length
+.TP
+.BI clock
+Get local Bluetooth clock
+.TP
+.BI rand
+Get random number
+.TP
+.BI panicarg
+Get panic code argument
+.TP
+.BI faultarg
+Get fault code argument
+.TP
+.BI coldreset
+Perform cold reset
+.TP
+.BI warmreset
+Perform warm reset
+.TP
+.BI disabletx
+Disable TX on the device
+.TP
+.BI enabletx
+Enable TX on the device
+.SH AUTHORS
+Written by Marcel Holtmann <marcel@holtmann.org>,
+man page by Adam Laurie <adam@algroup.co.uk>
+.PP