summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorMingguang Xu <mingguangxu@google.com>2021-03-11 16:19:06 -0800
committerMingguang Xu <mingguangxu@google.com>2021-03-12 18:20:18 +0000
commitebe9c5f672551b33ac3d4053deae64856b256b61 (patch)
tree51a31d3d38d8a08aa73552f62e9d85dfe850c2e5 /rro_overlays
parentd287e223f4da5acca32fde80f31ad009c0ef556a (diff)
downloadgs101-ebe9c5f672551b33ac3d4053deae64856b256b61.tar.gz
On Pixel 21 enable minimum confirmation duration for sending network score to connectivity service
Bug: 182513027 Bug: 182011284 Test: verified feature works on device Signed-off-by: Mingguang Xu <mingguangxu@google.com> Change-Id: Icb1264c994fcf6bfbe3b09fc3bae201b59603217
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index e958aec9..2f65426c 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -106,6 +106,9 @@
<!-- Override channel utilization estimation with fixed value, disabled in brcm-based pixels -->
<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 -->
<bool translatable="false" name="config_wifiMultiStaLocalOnlyConcurrencyEnabled">true</bool>