mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add a flag to disable Bluetooth classic scanning.
PiperOrigin-RevId: 644612052
This commit is contained in:
committed by
Copybara-Service
parent
6c167124aa
commit
735927ccad
@@ -86,6 +86,10 @@ constexpr auto kUseMediumInConnectionInfo =
|
||||
constexpr auto kUseStableEndpointId =
|
||||
flags::Flag<bool>(kConfigPackage, "45639298", false);
|
||||
|
||||
// When true, use the medium in connection info.
|
||||
constexpr auto kDisableBluetoothClassicScanning =
|
||||
flags::Flag<bool>(kConfigPackage, "45639961", false);
|
||||
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user