Optimize advertising on BLE device without extended support

PiperOrigin-RevId: 740159393
This commit is contained in:
Guogang Li
2025-03-24 19:43:48 -07:00
committed by Copybara-Service
parent 51ef2273ca
commit cee47d9f98
2 changed files with 15 additions and 0 deletions
@@ -83,6 +83,9 @@ constexpr auto kSafeToDisconnectVersion =
// When true, use stable endpoint ID.
constexpr auto kUseStableEndpointId =
flags::Flag<bool>(kConfigPackage, "45639298", false);
// When true, disable instant on lost on BLE without extended feature.
constexpr auto kDisableInstantOnLostOnBleWithoutExtended =
flags::Flag<bool>(kConfigPackage, "45687098", false);
} // namespace nearby_connections_feature
} // namespace config_package_nearby