From 269e903f8cd8933a985c3875a71212ee6151b329 Mon Sep 17 00:00:00 2001 From: Yang Zhao Date: Fri, 7 May 2021 20:29:32 +0800 Subject: [PATCH] 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 597c67f301..7703fca8bd 160000 --- a/components/bt/controller/lib +++ b/components/bt/controller/lib @@ -1 +1 @@ -Subproject commit 597c67f30140b52b4b30d81ace36962415e93108 +Subproject commit 7703fca8bdcb2a8feff40d47a95e4508b0e0e352