Apply GO frequency to NC that queries from Intel PIE SDK

PiperOrigin-RevId: 569558266
This commit is contained in:
hai007
2023-09-29 12:25:01 -07:00
committed by Copybara-Service
parent eba928e784
commit d477a2d174
11 changed files with 43 additions and 14 deletions
@@ -65,6 +65,10 @@ constexpr auto kWifiHotspotConnectionIntervalMillis =
constexpr auto kWifiHotspotConnectionTimeoutMillis =
flags::Flag<int64_t>(kConfigPackage, "45415888", 10000);
// Enable/Disable Intel PIe SDK to query/set WIFI feature.
constexpr auto kEnableIntelPieSdk =
flags::Flag<bool>(kConfigPackage, "45428547", false);
} // namespace nearby_platform_feature
} // namespace config_package_nearby
} // namespace platform