8d90fd40db
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13689 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
398 B
Diff
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;
|