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

Commit 9c2e1919 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reduced the delay after ACL disconnections during BT disable procedure." am: 606d6e87

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1914350

Change-Id: I69cebf3a4f50d07dd51474bdf2debfdb69d9a689
parents 219b5f64 606d6e87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static void bta_dm_ctrl_features_rd_cmpl_cback(tHCI_STATUS result);

/* Disable connection down timer (in milliseconds) */
#ifndef BTA_DM_DISABLE_CONN_DOWN_TIMER_MS
#define BTA_DM_DISABLE_CONN_DOWN_TIMER_MS 1000
#define BTA_DM_DISABLE_CONN_DOWN_TIMER_MS 100
#endif

/* Switch delay timer (in milliseconds) */