OSDN Git Service

Reduced the delay after ACL disconnections during BT disable procedure.
authorHimanshu Rawat <rwt@google.com>
Tue, 14 Dec 2021 06:47:43 +0000 (06:47 +0000)
committerHimanshu Rawat <rwt@google.com>
Tue, 14 Dec 2021 06:47:43 +0000 (06:47 +0000)
Bug: 208971312
Test: Manual
Ignore-AOSP-First: It is in the AOSP.
Change-Id: I431dba9a44acd51cacc5fa0b9b91aa5eb9999470

bta/dm/bta_dm_act.cc

index ebdd959..3b19d3f 100644 (file)
@@ -138,7 +138,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) */