From 1def09cc99b23c0b1ea624db9a615c41272beb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CYangZhao=E2=80=9D?= Date: Wed, 21 Apr 2021 14:49:44 +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 fa643ce75c..154fe3f2bd 160000 --- a/components/bt/controller/lib +++ b/components/bt/controller/lib @@ -1 +1 @@ -Subproject commit fa643ce75ca0f26579db43c9426d8a33ccc5ebc8 +Subproject commit 154fe3f2bd3aaab59db76a84480a461845c4b09f