mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Optimize advertising on BLE device without extended support
PiperOrigin-RevId: 740159393
This commit is contained in:
committed by
Copybara-Service
parent
51ef2273ca
commit
cee47d9f98
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user