summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.conf.5
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-08 01:21:16 +0000
commit9d007935a92f56f6470a9f677afc7fb05f17d0b3 (patch)
treeecf92f9d993ea4a8eaec30293ff093e312d75123 /hcid/hcid.conf.5
parenta388c640dd22bb07bd899cd32883bc42b16c430a (diff)
Remove usage of /etc/bluetooth/{pin|link_key} files
Diffstat (limited to 'hcid/hcid.conf.5')
-rw-r--r--hcid/hcid.conf.514
1 files changed, 7 insertions, 7 deletions
diff --git a/hcid/hcid.conf.5 b/hcid/hcid.conf.5
index a5d82417..b6934746 100644
--- a/hcid/hcid.conf.5
+++ b/hcid/hcid.conf.5
@@ -45,6 +45,12 @@ with already paired devices. \fIonce\fP allows pairing once and denies
successive attempts. The default hcid configuration is shipped with \fBmulti\fP
enabled
+.TP
+\fBpin_code\fP "\fIpin\fP"
+
+The default PIN for incoming connections if \fBsecurity\fP has been
+set to \fIauto\fP.
+
.TP
\fBpin_helper\fP "\fIfile\fP"
@@ -67,7 +73,7 @@ requests.
\fBsecurity\fP none|auto|user
\fInone\fP means the security manager is disabled. \fIauto\fP uses
-local PIN, by default from /etc/bluetooth/pin, for incoming
+local PIN, by default from pin_code, for incoming
connections. \fIuser\fP always asks the user for a PIN.
.SH "DEVICE SECTION"
@@ -236,11 +242,5 @@ You can check the Bluetooth specification version 1.2 Volume 2, Part B section 6
.I /etc/bluetooth/hcid.conf
Default location of the global configuration file.
-.TP
-.I /etc/bluetooth/pin
-Default location of local PIN file, used for incoming connections in
-security mode \fIauto\fP. The file contains the PIN code terminated by
-newline.
-
.SH "AUTHOR"
This manual page was written by Edouard Lafargue, Fredrik Noring and Maxim Krasnyansky.