Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b665bc08 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms am: 250ff9a2 am: 8ca9286d

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1772947

Change-Id: I21b4801fe175367e4537983848bfb8621a4728a7
parents ca6403e5 8ca9286d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) */