summaryrefslogtreecommitdiffstats
path: root/tools/hciconfig.8
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-25 08:34:08 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-25 08:34:08 +0000
commit8831229d721edddb91548d86420a013f5b44b57f (patch)
tree36a2e81c9df80419a6fbcb1d6c7cdb1ab8469b9c /tools/hciconfig.8
parent8e6ac465d6f3504f60d6e81e0c6f5dc6a653717c (diff)
Support for enabling the kernel security manager
Diffstat (limited to 'tools/hciconfig.8')
-rw-r--r--tools/hciconfig.842
1 files changed, 24 insertions, 18 deletions
diff --git a/tools/hciconfig.8 b/tools/hciconfig.8
index 3c6c96d8..5340978d 100644
--- a/tools/hciconfig.8
+++ b/tools/hciconfig.8
@@ -25,7 +25,7 @@ encryption enabled).
.SH OPTIONS
.TP
.BI -h
-Gives a list of possible commands
+Gives a list of possible commands.
.TP
.BI -a
Other than the basic info, print features, packet type, link policy, link mode,
@@ -33,40 +33,46 @@ name, class, version.
.SH COMMANDS
.TP
.BI up
-Open and initialize HCI device
+Open and initialize HCI device.
.TP
.BI down
-Close HCI device
+Close HCI device.
.TP
.BI reset
-Reset HCI device
+Reset HCI device.
.TP
.BI rstat
-Reset statistic counters
+Reset statistic counters.
.TP
.BI auth
-Enable authentication
+Enable authentication (sets device to security mode 3).
.TP
.BI noauth
-Disable authentication
+Disable authentication.
.TP
.BI encrypt
-Enable encryption
+Enable encryption (sets device to security mode 3).
.TP
.BI noencrypt
-Disable encryption
+Disable encryption.
+.TP
+.BI secmgr
+Enable security manager (current kernel support is limited).
+.TP
+.BI nosecmgr
+Disable security manager.
.TP
.BI piscan
-Enable page and inquiry scan
+Enable page and inquiry scan.
.TP
.BI noscan
-Disable page and inquiry scan
+Disable page and inquiry scan.
.TP
.BI iscan
-Enable inquiry scan, disable page scan
+Enable inquiry scan, disable page scan.
.TP
.BI pscan
-Enable page scan, disable inquiry scan
+Enable page scan, disable inquiry scan.
.TP
.BI ptype " [type]"
With no
@@ -182,13 +188,13 @@ bytes and SCO buffer size to
packets.
.TP
.BI features
-Display device features
+Display device features.
.TP
.BI version
-Display version information
+Display version information.
.TP
.BI revision
-Display revision information
+Display revision information.
.TP
.BI lm " [mode]"
With no
@@ -232,8 +238,8 @@ ACCEPT
is present, the device will accept baseband connections even when there are no
listening
.I AF_BLUETOOTH
-sockets
+sockets.
.SH AUTHORS
-Written by Maxim Krasnyansky <maxk@qualcomm.com>
+Written by Maxim Krasnyansky <maxk@qualcomm.com> and Marcel Holtmann <marcel@holtmann.org>
.PP
man page by Fabrizio Gennari <fabrizio.gennari@philips.com>