diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-11 04:05:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-11 04:05:42 +0000 |
commit | 5f2d86a6658b756d878ae467a6fc4fd4d7c1968d (patch) | |
tree | 1805bea9e804f2dffe6196e0130f0e00d5fd6a08 /hcid/hcid.conf | |
parent | 085532b9b31837bdd7d028c1e65bf428807d27bb (diff) |
Remove PIN helper and D-Bus PIN helper support
Diffstat (limited to 'hcid/hcid.conf')
-rw-r--r-- | hcid/hcid.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/hcid/hcid.conf b/hcid/hcid.conf index 65e3d816..f15c02ec 100644 --- a/hcid/hcid.conf +++ b/hcid/hcid.conf @@ -21,13 +21,7 @@ options { pairing multi; # Default PIN code for incoming connections - pin_code "BlueZ"; - - # PIN helper - pin_helper /usr/bin/bluepin; - - # D-Bus PIN helper - #dbus_pin_helper; + passkey "BlueZ"; } # Default settings for HCI devices |