From e45ce5c05820ebe80dee2df01ad0eed14a7ffa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CYangZhao=E2=80=9D?= Date: Wed, 21 Apr 2021 15:02:40 +0800 Subject: [PATCH] bugfix: Fix the issue that the controller do not report the timeout disconnect event. This issue is caused by modem sleep.The sleep interrupt will come the second time before the CLKN interrupt. If we disable the sleep interrupt when it comes in the first time, the CLKN will never come. --- components/bt/controller/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/lib b/components/bt/controller/lib index bc5bc7bb52..4b1a62726b 160000 --- a/components/bt/controller/lib +++ b/components/bt/controller/lib @@ -1 +1 @@ -Subproject commit bc5bc7bb523663d8ac07d50ac04eabf62acd2b1b +Subproject commit 4b1a62726bc870a701d5b6d7a157bfcc4793a0f8