Enable Wifi/LTE + GPS L1 Coex am: 0424602e58

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17916207

Change-Id: I0fa83405d5730d4ec43c4086811e813a607ab994
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Quang Luong 2022-04-29 23:19:14 +00:00 committed by Automerger Merge Worker
commit cc298a58dc
2 changed files with 11 additions and 0 deletions

View file

@ -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>

View file

@ -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>