summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.conf')
-rw-r--r--hcid/hcid.conf16
1 files changed, 11 insertions, 5 deletions
diff --git a/hcid/hcid.conf b/hcid/hcid.conf
index 784e1d97..89645993 100644
--- a/hcid/hcid.conf
+++ b/hcid/hcid.conf
@@ -6,16 +6,22 @@
# HCId options
options {
- # Automaticaly initialize new devices
+ # Automatically initialize new devices
autoinit yes;
# Security Manager mode
# none - Security manager disabled
- # auto - Use local PIN for incomming connections
+ # auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
+ # Pairing mode
+ # none - Pairing disabled
+ # multi - Allow pairing with already paired devices
+ # once - Pair once and deny successive attempts
+ pairing multi;
+
# PIN helper
pin_helper /bin/bluepin;
}
@@ -38,9 +44,9 @@ device {
# Default link mode
# none - no specific policy
- # accept - always accept incomming connections
- # master - become master on incomming connections,
- # deny role switch on outgoint connections
+ # accept - always accept incoming connections
+ # master - become master on incoming connections,
+ # deny role switch on outgoing connections
#
#lm accept,master;
#