aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-07-30 17:07:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-30 17:07:18 +0000
commit84e27dd770753f4f8d8e4621bd41ccd9515107f1 (patch)
treee303f42e1a9a7f08f93f4ebe233a7148b5e4ca0c
parentabff1a39e9433a7cd8e294b01ff1d9a0dcf94290 (diff)
parent9c3f7b3b85a136ba22fd131b44fca7d3438c2cba (diff)
downloadbt-84e27dd770753f4f8d8e4621bd41ccd9515107f1.tar.gz
Merge "Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms" into sc-dev
-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 16890ee73..8f9e26e52 100644
--- a/bta/dm/bta_dm_act.cc
+++ b/bta/dm/bta_dm_act.cc
@@ -124,7 +124,7 @@ static void bta_dm_ctrl_features_rd_cmpl_cback(tHCI_STATUS result);
/* Disable timer interval (in milliseconds) */
#ifndef BTA_DM_DISABLE_TIMER_MS
-#define BTA_DM_DISABLE_TIMER_MS 5000
+#define BTA_DM_DISABLE_TIMER_MS (2000)
#endif
/* Disable timer retrial interval (in milliseconds) */