From 37aa555611cf19e227cc75cce8e8a3a6ee4076a3 Mon Sep 17 00:00:00 2001 From: xiongweichao Date: Tue, 4 Apr 2023 19:50:56 +0800 Subject: [PATCH] bt:Fixed esp32 controller bug 1. Fixed crash after controller disable and re-enable 2. Fixed the crash caused by processing the HCI_Read_Remote_Extented_Features command in the non-connected state 3. Fixed disconnection due to not handling lmp_unsniff_req in LC_WAIT_SNIFF_SUB_RSP state 4. Fixed crash caused by supervision timeout greater than sniff interval Closes https://github.com/espressif/esp-idf/issues/11164 Closes https://github.com/espressif/esp-idf/issues/10835 --- 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 d4a224c5d6..e329860b88 160000 --- a/components/bt/controller/lib +++ b/components/bt/controller/lib @@ -1 +1 @@ -Subproject commit d4a224c5d682d6b5a76542c6918b6a59dd0b2f8c +Subproject commit e329860b88d9d7f0befafd7fc8c61e0a4dce81de