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

Commit 8ca9286d 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

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

Change-Id: I52045d1eb44aed487bd7e77fa57ece99bb5d6afc
parents bb85621e 250ff9a2
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) */