From cae5c929f3313dd75981c2fa94418ec0819d40c7 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 24 Oct 2024 18:33:18 -0700 Subject: [PATCH] Fix Hotspot STA can't get IP address problem PiperOrigin-RevId: 689589148 --- internal/platform/flags/nearby_platform_feature_flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/flags/nearby_platform_feature_flags.h b/internal/platform/flags/nearby_platform_feature_flags.h index 6236fd6b..e8e889b3 100644 --- a/internal/platform/flags/nearby_platform_feature_flags.h +++ b/internal/platform/flags/nearby_platform_feature_flags.h @@ -47,7 +47,7 @@ constexpr auto kWifiHotspotScanMaxRetries = // The maximum IP check times during Wi-Fi hotspot connection. constexpr auto kWifiHotspotCheckIpMaxRetries = - flags::Flag(kConfigPackage, "45415884", 10); + flags::Flag(kConfigPackage, "45415884", 20); // The interval between 2 IP check attempts. constexpr auto kWifiHotspotCheckIpIntervalMillis =