From 9e2ffff9b615f08306e310f023b27bd44086aa6f Mon Sep 17 00:00:00 2001 From: gongyantao Date: Thu, 28 Mar 2024 08:53:05 +0800 Subject: [PATCH] fix(bt): fix some issues in bt controller 1: fixed the incorrect timeing in reporting HCI_Link_Key_Type_Changed. 2: fixed the incorrect iv value during resuming encryption. 3: fixed the incorrect return with hci command rd_stored_link_key. --- 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 f25d25f14b..889c114914 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit f25d25f14b2087a8376452d6555cadd7581b9bff +Subproject commit 889c1149140d330ad173b863a91b667d9f62b853