source: freewrt/package/bluez-utils/patches/002-hcid_pin_helper.patch@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 554 bytes
  • bluez-utils-2.17

    diff -ur bluez-utils-2.17.orig/hcid/hcid.conf bluez-utils-2.17/hcid/hcid.conf
    old new  
    2323        pairing multi;
    2424
    2525        # PIN helper
    26         pin_helper /usr/bin/bluepin;
     26        pin_helper /etc/bluetooth/givepin;
    2727
    2828        # D-Bus PIN helper
    2929        #dbus_pin_helper;
     
    3434        # Local device name
    3535        #   %d - device id
    3636        #   %h - host name
    37         name "BlueZ (%d)";
     37        name "OpenWRT";
    3838
    3939        # Local device class
    4040        class 0x3e0100;
Note: See TracBrowser for help on using the repository browser.