Enable Wifi/LTE + GPS L1 Coex am: 0424602e58
am: 89b877baa3
am: 2ed7168e4b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17916207 Change-Id: I1eff807f9203b30096c715002c717c0bead45305 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
712bcc2fbe
2 changed files with 11 additions and 0 deletions
|
@ -130,6 +130,11 @@
|
|||
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
||||
WifiManager#setCoexUnsafeChannels. -->
|
||||
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
||||
<!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
|
||||
conflict with GPS L1. -->
|
||||
<bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
|
||||
<!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
|
||||
<integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
|
||||
|
||||
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
||||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
|
|
@ -130,6 +130,12 @@
|
|||
<!-- Enable the default coex channel avoidance algorithm and disable the functionality of
|
||||
WifiManager#setCoexUnsafeChannels. -->
|
||||
<bool translatable="false" name="config_wifiDefaultCoexAlgorithmEnabled">true</bool>
|
||||
<!-- If the default coex channel avoidance algorithm is enabled, then avoid channels that
|
||||
conflict with GPS L1. -->
|
||||
<bool translatable="false" name="config_wifiCoexForGpsL1">true</bool>
|
||||
<!-- The distance in KHz between Wi-Fi-based interference and GPS L1 that is considered unsafe. -->
|
||||
<integer translatable="false" name="config_wifiCoexGpsL1ThresholdKhz">10000</integer>
|
||||
|
||||
|
||||
<!-- Whether to use the explicit vendor HAL API: IWifiStaIface.setRoamingState for disabling fw roaming. -->
|
||||
<bool translatable="false" name="config_wifiUseHalApiToDisableFwRoaming">true</bool>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue