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

Commit 4f747815 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms" into sc-dev am: d3c154af

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

Change-Id: Ieff89413217047dd9f543fef33f53bb6c956869d
parents 664c9361 d3c154af
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) */