diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-04-29 20:14:21 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-04-29 20:14:21 +0000 |
commit | 417d75ccb5aa92384fd75651b6cd8a53193439e4 (patch) | |
tree | ecf646484c8ec2095ffc8c8bc8b7c97a1929dcdc /hcid | |
parent | 2281c91ec70741bd49a26f4f5bd92abceca49ed5 (diff) |
Change prefix for bluepin, add option for D-Bus PIN helper and set rswitch
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/hcid.conf | 7 |
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; |