Add flag for instant on lost feature

PiperOrigin-RevId: 653075398
This commit is contained in:
Guogang Li
2024-07-16 20:43:09 -07:00
committed by Copybara-Service
parent f2724e85f2
commit 9cbc4c0950
@@ -90,6 +90,10 @@ constexpr auto kUseStableEndpointId =
constexpr auto kDisableBluetoothClassicScanning =
flags::Flag<bool>(kConfigPackage, "45639961", false);
// When true, enable instant on lost feature
constexpr auto kEnableInstantOnLost =
flags::Flag<bool>(kConfigPackage, "45642180", false);
} // namespace nearby_connections_feature
} // namespace config_package_nearby
} // namespace connections