diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-08 01:21:16 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-08 01:21:16 +0000 |
commit | 9d007935a92f56f6470a9f677afc7fb05f17d0b3 (patch) | |
tree | ecf92f9d993ea4a8eaec30293ff093e312d75123 /hcid/hcid.conf | |
parent | a388c640dd22bb07bd899cd32883bc42b16c430a (diff) |
Remove usage of /etc/bluetooth/{pin|link_key} files
Diffstat (limited to 'hcid/hcid.conf')
-rw-r--r-- | hcid/hcid.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/hcid.conf b/hcid/hcid.conf index cbb2d2eb..65e3d816 100644 --- a/hcid/hcid.conf +++ b/hcid/hcid.conf @@ -20,6 +20,9 @@ options { # once - Pair once and deny successive attempts pairing multi; + # Default PIN code for incoming connections + pin_code "BlueZ"; + # PIN helper pin_helper /usr/bin/bluepin; |