mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Enable connection timeout feature
PiperOrigin-RevId: 502701814
This commit is contained in:
committed by
Copybara-Service
parent
ca547df4d7
commit
cec229c2f3
@@ -51,7 +51,7 @@ class FeatureFlags {
|
||||
bool enable_set_radio_state = false;
|
||||
// If the feature is enabled, medium connection will timeout when cannot
|
||||
// create connection with remote device in a duration.
|
||||
bool enable_connection_timeout = false;
|
||||
bool enable_connection_timeout = true;
|
||||
// Controls to enable or disable to track the status of Bluetooth classic
|
||||
// conncetion.
|
||||
bool enable_bluetooth_connection_status_track = true;
|
||||
|
||||
Reference in New Issue
Block a user