From acf16d293bb7d5b1b045c2cc9e7b17a2c11cbe8c Mon Sep 17 00:00:00 2001 From: Chen Jian Hua Date: Tue, 15 Oct 2024 13:33:21 +0800 Subject: [PATCH] fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7 (cherry picked from commit 020f7a6297f52e473e724af6509b72350024e62f) Co-authored-by: chenjianhua --- components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld index 37e4572737..a690ebc5b6 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld @@ -172,7 +172,6 @@ r_bt_rtp_get_txpwr_idx_by_act = 0x40000c00; r_btdm_task_post = 0x40000c14; r_btdm_task_post_from_isr = 0x40000c18; r_btdm_task_recycle = 0x40000c1c; -r_hci_register_vendor_desc_tab = 0x40000d9c; r_ke_task_schedule = 0x40000e80; r_llc_hci_command_handler = 0x40000ef0; r_llc_loc_ch_map_proc_continue = 0x40000f5c; @@ -183,8 +182,6 @@ r_lld_con_sched = 0x40001118; r_lld_con_stop = 0x40001124; r_lld_llcp_rx_ind_handler = 0x400011b0; r_lld_per_adv_sched = 0x400011f8; -r_lld_scan_process_pkt_rx_adv_rep = 0x40001284; -r_register_esp_vendor_cmd_handler = 0x40001400; r_rf_txpwr_cs_get = 0x40001428; r_rf_txpwr_dbm_get = 0x4000142c; r_sch_arb_event_start_isr = 0x400014f8; @@ -216,6 +213,9 @@ r_lld_scan_start_hook = 0x40001c74; r_lld_init_start_hook = 0x40001cb8; r_lld_scan_evt_start_cbk_eco = 0x40001d20; r_ke_task_handler_get_overwrite = 0x40001da8; +r_hci_register_vendor_desc_tab = 0x40000d9c; +r_lld_scan_process_pkt_rx_adv_rep = 0x40001284; +r_register_esp_vendor_cmd_handler = 0x40001400; */