mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Added flag control to Bluetooth update
PiperOrigin-RevId: 599538193
This commit is contained in:
committed by
Copybara-Service
parent
2149b842f8
commit
caa82a41d8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user