From 6d96217204102b47ba466149836ac3d8dcf2cace Mon Sep 17 00:00:00 2001 From: Chinmay Chhajed Date: Wed, 12 Feb 2020 20:04:21 +0800 Subject: [PATCH] Future events scheduling error in case of wifi and bluetooth. After this commit, global interrupts will be disabled before taking current time for scheduling further bluetooth events. Earlier disabling interrupts was taking some time because of which WiFi events were interrupting in current bluetooth scheduling. Signed-off-by: Chinmay Chhajed --- 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 6a94e32fa9..52c247af28 160000 --- a/components/bt/controller/lib +++ b/components/bt/controller/lib @@ -1 +1 @@ -Subproject commit 6a94e32fa9b1f78c990ef4725f66fac05040ff29 +Subproject commit 52c247af283e5d9951e59de2b0f0692e6e8cfb04