From 37967152284bc8efe22fb5f1f079781370de23b9 Mon Sep 17 00:00:00 2001 From: gongyantao Date: Tue, 2 Apr 2024 09:37:45 +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 79c3d50f69..889c114914 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit 79c3d50f699efee7c4a1b80604e96fd2a355311b +Subproject commit 889c1149140d330ad173b863a91b667d9f62b853