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

Commit 246c6e20 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...

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

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

Change-Id: Ib607c01450aa4f9be401dc1bacc183208e0b1aac
parents 6f8b88c7 64e3d5d8
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) */