summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-12-13 14:16:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-12-13 14:16:03 +0000
commit229f278865d075b36ea6c901d133c13939807630 (patch)
tree3167926f79a28cbe0d60e128f03082ea4b75acad
parent6aa87b34ea5135cfb8dd403f1bfca8fe10172fd1 (diff)
Add comments about security mode 3
-rw-r--r--hcid/hcid.conf8
-rw-r--r--hcid/hcid.conf.52
2 files changed, 3 insertions, 7 deletions
diff --git a/hcid/hcid.conf b/hcid/hcid.conf
index 78ca06e2..d2740b74 100644
--- a/hcid/hcid.conf
+++ b/hcid/hcid.conf
@@ -50,9 +50,6 @@ device {
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
- #
- #lm accept,master;
- #
lm accept;
# Default link policy
@@ -61,12 +58,9 @@ device {
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
- #
- #lp hold,sniff;
- #
lp rswitch,hold,sniff,park;
- # Authentication and Encryption
+ # Authentication and Encryption (Security Mode 3)
#auth enable;
#encrypt enable;
}
diff --git a/hcid/hcid.conf.5 b/hcid/hcid.conf.5
index 4bac6de1..d110e2a7 100644
--- a/hcid/hcid.conf.5
+++ b/hcid/hcid.conf.5
@@ -105,6 +105,8 @@ Enables or disables authentication between local and remote devices when they co
Authentication is done following a challenge\-response mechanism described in the Bluetooth Specification 1.2 volume 2 part C section 4.2, and uses the link key generated during pairing as the shared secret.
+Activating this option sets the local device into Bluetooth security mode 3.
+
.TP
\fBencrypt\fP enable|disable
Enable or disable link encryption. Should be set to enable in most cases, unless one of the devices does not support encryption for some reason.