aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimanshu Rawat <rwt@google.com>2021-12-14 06:47:43 +0000
committerHimanshu Rawat <rwt@google.com>2021-12-14 06:47:43 +0000
commit09777463c571e4c83f150974727d682488ece08d (patch)
tree6983cc7767337fba382d9e03099abd3bc35b14ac
parent84cdf774381d51306d13d3a633e1ed893512df92 (diff)
downloadbt-09777463c571e4c83f150974727d682488ece08d.tar.gz
Reduced the delay after ACL disconnections during BT disable procedure.
Bug: 208971312 Test: Manual Ignore-AOSP-First: It is in the AOSP. Change-Id: I431dba9a44acd51cacc5fa0b9b91aa5eb9999470
-rw-r--r--bta/dm/bta_dm_act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bta/dm/bta_dm_act.cc b/bta/dm/bta_dm_act.cc
index ebdd9594c..3b19d3ff8 100644
--- a/bta/dm/bta_dm_act.cc
+++ b/bta/dm/bta_dm_act.cc
@@ -138,7 +138,7 @@ static void bta_dm_ctrl_features_rd_cmpl_cback(tHCI_STATUS result);
/* Disable connection down timer (in milliseconds) */
#ifndef BTA_DM_DISABLE_CONN_DOWN_TIMER_MS
-#define BTA_DM_DISABLE_CONN_DOWN_TIMER_MS 1000
+#define BTA_DM_DISABLE_CONN_DOWN_TIMER_MS 100
#endif
/* Switch delay timer (in milliseconds) */