From f57d5db86d2021954e431d461f2c79ce2d111ac5 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Thu, 21 Feb 2019 12:18:30 +0800 Subject: [PATCH] component/bt : fix bug that there's low ratio crash when BLE do re-connect/re-scan/re-adv fix 3 bugs: 1. do BLE connect (both of slave and master), it mgiht cause crash due to there's much interrupts happens effect ble code running, for example, wifi run on the same core as bluetooth controller and wifi run throughtput test. 2. do BLE scan stop or adv stop or connection stop, it might cause ASSERT or crash due to memory corrupted in controller memory poll. 3. minor bug fix, not really effect bluetooth. --- components/bt/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 2b9ab9d690..20feea1542 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 2b9ab9d6906f14ba7b19d7b635cb9c9e6048d5cb +Subproject commit 20feea1542f453d0cafa5b30ca0fb516473ff0c7