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

Commit 250ff9a2 authored by Chris Manton's avatar Chris Manton
Browse files

Reduce shutdown BTA_DM_DISABLE_TIMER_MS from 5000ms to 2000ms

Bug: 192154257
Test: gd/cert/run
Tag: #refactor
Change-Id: Ia916e427cb00e029ecb13a56255219fb2aba8500
parent 6d1e50bd
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) */