diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-11-30 22:30:23 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-11-30 22:30:23 +0700 |
commit | 1689e5f96ed5912656e0b0260314a9b0194a52cd (patch) | |
tree | f16822aa2184f617bf6c0c3d385c8300c50fe656 /overlay | |
parent | f719e66b5d252ba232f7ab20d116c92aa6e1b273 (diff) | |
download | device_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.zip device_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.tar.gz device_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.tar.bz2 |
Add WiFi Direct and Bluetooth reverse tethering support
Needs:
- New kernel with bcmdhd compiled in
- http://review.cyanogenmod.com/#change,10546
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 3ea7f48..20401eb 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -138,6 +138,8 @@ <item>"mobile_supl,3,0,2,60000,true"</item> <item>"mobile_dun,4,0,4,60000,true"</item> <item>"mobile_hipri,5,0,3,60000,true"</item> + <item>"mobile_bluetooth,7,7,1,-1,true"</item> + <item>"wifi_p2p,13,1,0,-1,true"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable @@ -151,7 +153,7 @@ Wifi interfaces. If the device doesn't want to support tethering over Wifi this should be empty. An example would be "softap.*" --> <string-array translatable="false" name="config_tether_wifi_regexs"> - <item>"wl0.1"</item> + <item>"wlan0"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable @@ -169,6 +171,9 @@ <item>1</item> </integer-array> + <!-- Boolean indicating whether the wifi chipset has p2p support --> + <bool translatable="false" name="config_wifi_p2p_support">true</bool> + <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap --> <integer-array name="config_keyboardTapVibePattern"> <item>30</item> |