mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update flag for AWDL
PiperOrigin-RevId: 746205866
This commit is contained in:
committed by
Copybara-Service
parent
17bda8cc94
commit
bd187dc741
@@ -91,11 +91,11 @@ constexpr auto kDisableInstantOnLostOnBleWithoutExtended =
|
||||
flags::Flag<bool>(kConfigPackage, "45687098", true);
|
||||
// When true, enable multiplexing in NC for AWDL.
|
||||
constexpr auto kEnableMultiplexAwdl =
|
||||
flags::Flag<bool>(kConfigPackage, "45696647", true);
|
||||
flags::Flag<bool>(kConfigPackage, "45690761", false);
|
||||
|
||||
// Enable/Disable AWDL in Nearby connections SDK.
|
||||
constexpr auto kEnableAwdl =
|
||||
flags::Flag<bool>(kConfigPackage, "45669531", true);
|
||||
flags::Flag<bool>(kConfigPackage, "45690762", false);
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user