From cec229c2f397fde88f5e4e0d0ad82bd774661fcc Mon Sep 17 00:00:00 2001 From: Guogang Li Date: Tue, 17 Jan 2023 15:14:59 -0800 Subject: [PATCH] Enable connection timeout feature PiperOrigin-RevId: 502701814 --- internal/platform/feature_flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/feature_flags.h b/internal/platform/feature_flags.h index 7a0c3ba7..191b868d 100644 --- a/internal/platform/feature_flags.h +++ b/internal/platform/feature_flags.h @@ -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;