packages/utils/bluez-utils/patches/002-hcid_pin_helper.patch
rwhitby 8d90fd40db bluez-utils: Change hcid security from user to auto
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-19 14:38:16 +00:00

21 lines
398 B
Diff

--- a/hcid/hcid.conf
+++ b/hcid/hcid.conf
@@ -12,7 +12,7 @@
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
- security user;
+ security auto;
# Pairing mode
# none - Pairing disabled
@@ -29,7 +29,7 @@
# Local device name
# %d - device id
# %h - host name
- name "BlueZ (%d)";
+ name "%h";
# Local device class
class 0x000100;