Skip to content

Commit

Permalink
Update BT network interface name for Android 4.2
Browse files Browse the repository at this point in the history
Change-Id: Id90d02e5707872a6a02400d60783e3647ad10a77
  • Loading branch information
steven676 authored and klusark committed Aug 24, 2013
1 parent 4511c83 commit 33db5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions init.herring.rc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,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
Expand All @@ -192,7 +192,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
Expand Down
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 33db5a9

Please sign in to comment.