bluez-utils: restore device naming behaviour that got lost after removing bluez-utils...
authorKoen Kooi <koen@openembedded.org>
Sat, 9 Aug 2008 09:01:25 +0000 (09:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 9 Aug 2008 09:01:25 +0000 (09:01 +0000)
packages/bluez/bluez-utils/hcid.conf
packages/bluez/bluez-utils_3.33.bb

index bb935aa..a7164f6 100644 (file)
@@ -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;
index e4b5f21..dc0ee8e 100644 (file)
@@ -1,5 +1,7 @@
 require bluez-utils3.inc
 
+PR = "r1"
+
 # see bluez-utils3.inc for the explanation of these option
 EXTRA_OECONF = " \
                  --enable-bccmd \