From a83b16f18d78c29a99a3cd57f223f9eaa2200055 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_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/lib_esp32 b/components/bt/controller/lib_esp32 index f18eabd48c..e329860b88 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit f18eabd48cb91d779e56e985512bf210741aa700 +Subproject commit e329860b88d9d7f0befafd7fc8c61e0a4dce81de