diff options
-rwxr-xr-x | init.herring.rc | 4 | ||||
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/init.herring.rc b/init.herring.rc index accca47..9a5bc7d 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -120,7 +120,7 @@ service dhcpcd_uwbr0 /system/bin/dhcpcd -ABDKL oneshot # bluetooth -service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL +service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL class main disabled oneshot @@ -139,7 +139,7 @@ service iprenew_uwbr0 /system/bin/dhcpcd -n oneshot # bluetooth -service iprenew_bnep0 /system/bin/dhcpcd -n +service iprenew_bt-pan /system/bin/dhcpcd -n class main disabled oneshot diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 6b3ad2c..ffe5e3e 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -168,7 +168,7 @@ bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this should be empty. --> <string-array translatable="false" name="config_tether_bluetooth_regexs"> - <item>"bnep\\d"</item> + <item>"bt-pan"</item> </string-array> <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap --> |