Added flag control to Bluetooth update

PiperOrigin-RevId: 599538193
This commit is contained in:
Guogang Li
2024-01-18 09:54:54 -08:00
committed by Copybara-Service
parent 2149b842f8
commit caa82a41d8
4 changed files with 114 additions and 7 deletions
@@ -69,6 +69,10 @@ constexpr auto kWifiHotspotConnectionTimeoutMillis =
constexpr auto kEnableIntelPieSdk =
flags::Flag<bool>(kConfigPackage, "45428547", false);
// Enable/Disable new Bluetooth refactor
constexpr auto kEnableNewBluetoothRefactor =
flags::Flag<bool>(kConfigPackage, "45615156", false);
} // namespace nearby_platform_feature
} // namespace config_package_nearby
} // namespace platform