Enable Wifi/LTE + GPS L1 Coex
Bug: 210920670 Test: build Change-Id: I3ced2400b22f3e18c73df46a1b0a6788e9267cb8
This commit is contained in:
parent
77913a96ed
commit
0424602e58
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