mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add flag to control DCT
PiperOrigin-RevId: 756477155
This commit is contained in:
committed by
Copybara-Service
parent
f2ef072ac1
commit
5f3ce51cfd
@@ -95,13 +95,15 @@ constexpr auto kEnableStopBLEScanningOnWifiUpgrade =
|
||||
// When true, enable multiplexing in NC for AWDL.
|
||||
constexpr auto kEnableMultiplexAwdl =
|
||||
flags::Flag<bool>(kConfigPackage, "45690761", false);
|
||||
|
||||
// Enable/Disable AWDL in Nearby connections SDK.
|
||||
constexpr auto kEnableAwdl =
|
||||
flags::Flag<bool>(kConfigPackage, "45690762", false);
|
||||
// When true, enable dynamic role switch in NC.
|
||||
constexpr auto kEnableDynamicRoleSwitch =
|
||||
flags::Flag<bool>(kConfigPackage, "45696452", false);
|
||||
// Enable/Disable DCT advertising/scanning specification.
|
||||
constexpr auto kEnableDct =
|
||||
flags::Flag<bool>(kConfigPackage, "45697202", false);
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user