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

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

Change-Id: I2654f4c1bc0fde9a6eee3b786bf3903998fdbfb4
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:41:54 +00:00 committed by Automerger Merge Worker
commit 2ed7168e4b
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>