diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-09 09:01:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-09 09:01:25 +0000 |
commit | a69acd9afd2e20a621d4f073df48000c68b731ea (patch) | |
tree | a8da85859731d8c3d46ec7c90cba3f63a60db69d /packages/bluez/bluez-utils/hcid.conf | |
parent | e161167cfb2f77d56ca8e169c6435e632ec789fc (diff) |
bluez-utils: restore device naming behaviour that got lost after removing bluez-utils-3.x from FILESPATH
Diffstat (limited to 'packages/bluez/bluez-utils/hcid.conf')
-rw-r--r-- | packages/bluez/bluez-utils/hcid.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bluez/bluez-utils/hcid.conf b/packages/bluez/bluez-utils/hcid.conf index bb935aa23d..a7164f6eb0 100644 --- a/packages/bluez/bluez-utils/hcid.conf +++ b/packages/bluez/bluez-utils/hcid.conf @@ -21,7 +21,7 @@ options { pairing multi; # Default PIN code for incoming connections - passkey "BlueZ"; + passkey "1234"; } # Default settings for HCI devices @@ -29,7 +29,7 @@ device { # Local device name # %d - device id # %h - host name - name "BlueZ (%d)"; + name "%h (%d)"; # Local device class class 0x120112; |