From a9d25460a79d96ae491b77dbe97a777fa75ef5d5 Mon Sep 17 00:00:00 2001 From: zwl Date: Wed, 24 May 2023 17:29:04 +0800 Subject: [PATCH 1/2] ble:fixed the issue that slave reports the wrong address for master when address resolution disable --- components/bt/controller/lib_esp32c2/esp32c2-bt-lib | 2 +- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib index 8cc0fd4f9c..c7c2303826 160000 --- a/components/bt/controller/lib_esp32c2/esp32c2-bt-lib +++ b/components/bt/controller/lib_esp32c2/esp32c2-bt-lib @@ -1 +1 @@ -Subproject commit 8cc0fd4f9ca5f0e1128510e76d8dd73c012f9e53 +Subproject commit c7c2303826c5ad853a3dbaf39a6e88e55a379ef5 diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 7937ef4d9c..8e1d666825 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -1307,7 +1307,6 @@ r_ble_phy_sequence_is_waiting_rsp = 0x40001878; r_ble_phy_sequence_single_end = 0x4000187c; r_ble_phy_sequence_tx_end_invoke = 0x40001880; r_ble_phy_sequence_update_conn_ind_params = 0x40001884; -r_ble_phy_set_adv_mode = 0x40001888; r_ble_phy_set_coex_pti = 0x4000188c; r_ble_phy_set_conn_ind_pdu = 0x40001890; r_ble_phy_set_conn_mode = 0x40001894; From bcfb71f6024cefb7f8d81a401168a5b474c5c8cd Mon Sep 17 00:00:00 2001 From: zwl Date: Mon, 29 May 2023 21:02:23 +0800 Subject: [PATCH 2/2] esp_phy:Update phy lib for ESP32-C2 --- components/esp_phy/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_phy/lib b/components/esp_phy/lib index 89f0a98c97..9491d17bb2 160000 --- a/components/esp_phy/lib +++ b/components/esp_phy/lib @@ -1 +1 @@ -Subproject commit 89f0a98c976ddd7c56056fcdb57fd252b7b3f938 +Subproject commit 9491d17bb2f9711cc83a4cfdafcb0326366fc630