From 09c895f0f9d31efb8305a29871b82c9e1364ce13 Mon Sep 17 00:00:00 2001 From: gengyuchao Date: Tue, 7 Apr 2020 23:08:59 +0800 Subject: [PATCH] Close L2CAP_WAKE_PARKED_LINK temporary because it may still have some bugs --- components/bt/bluedroid/common/include/common/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/common/include/common/bt_target.h b/components/bt/bluedroid/common/include/common/bt_target.h index f2c0d3c211..7d93833439 100644 --- a/components/bt/bluedroid/common/include/common/bt_target.h +++ b/components/bt/bluedroid/common/include/common/bt_target.h @@ -915,7 +915,7 @@ /* This is set to enable L2CAP to take the ACL link out of park mode when ACL data is to be sent. */ #ifndef L2CAP_WAKE_PARKED_LINK -#define L2CAP_WAKE_PARKED_LINK TRUE +#define L2CAP_WAKE_PARKED_LINK FALSE #endif /* Whether link wants to be the master or the slave. */