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

Commit 64e3d5d8 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

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

Change-Id: I9bd018b51de99309ccae3cd3b0efc62f5fe4dcf7
parents b8ad927e 9c2e1919
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) */