summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/hcid.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/hcid/hcid.conf b/hcid/hcid.conf
index 89645993..37892256 100644
--- a/hcid/hcid.conf
+++ b/hcid/hcid.conf
@@ -23,7 +23,10 @@ options {
pairing multi;
# PIN helper
- pin_helper /bin/bluepin;
+ pin_helper /usr/bin/bluepin;
+
+ # D-Bus PIN helper
+ #dbus_pin_helper;
}
# Default settings for HCI devices
@@ -61,7 +64,7 @@ device {
#
#lp hold,sniff;
#
- lp hold,sniff,park;
+ lp rswitch,hold,sniff,park;
# Authentication and Encryption
#auth enable;