Merge "On Pixel 21 enable minimum confirmation duration for sending network score to connectivity service" into sc-dev

This commit is contained in:
Mingguang Xu 2021-03-12 18:21:06 +00:00 committed by Android (Google) Code Review
commit 0a49bee13b

View file

@ -106,6 +106,9 @@
<!-- Override channel utilization estimation with fixed value, disabled in brcm-based pixels --> <!-- Override channel utilization estimation with fixed value, disabled in brcm-based pixels -->
<bool translatable="false" name="config_wifiChannelUtilizationOverrideEnabled">false</bool> <bool translatable="false" name="config_wifiChannelUtilizationOverrideEnabled">false</bool>
<!-- Enable adding minimum confirmation duration when sending network score to connectivity service. -->
<bool translatable="false" name="config_wifiMinConfirmationDurationSendNetworkScoreEnabled">true</bool>
<!-- Enable concurrent STA + STA peer to peer + internet connectivity --> <!-- Enable concurrent STA + STA peer to peer + internet connectivity -->
<bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool> <bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool>