From 22fad3f0a8387844973844d892d0b5c646d9c97c Mon Sep 17 00:00:00 2001 From: Jin Cheng Date: Mon, 23 Sep 2024 15:33:11 +0800 Subject: [PATCH] fix(bt/controller): Fixed some controller bugs on ESP32 - Fixed access NULL in SCO frame end Closes https://jira.espressif.com:8443/browse/IDFGH-10796 - Added LAP checking for Periodic Inquiry - Removed an inproper assertion in SCO module - Fixed wrong logic in key exchange when LMP transaction collision occurred - Fixed the using of wrong error code in the transaction collision of role switch --- 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 74b4b0ffc6..22a4e62193 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit 74b4b0ffc6d55cad4e858dd868a0b14d1db1bea6 +Subproject commit 22a4e62193eb8bf9c747c9ec826fece57b40c042