Skip to content

Commit 999b10d

Browse files
fix(ble): change ld for ble scan coex issue
(cherry picked from commit dd499d7) Co-authored-by: cjin <jinchen@espressif.com>
1 parent 43cd349 commit 999b10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ble-eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ r_ble_lll_scan_abort_aux_sched = 0x40001694;
787787
r_ble_lll_scan_aux_data_free = 0x40001698;
788788
r_ble_lll_scan_chk_resume = 0x4000169c;
789789
r_ble_lll_scan_clean_cur_aux_data = 0x400016a0;
790-
r_ble_lll_scan_coex_event_cb = 0x400016a4;
790+
//r_ble_lll_scan_coex_event_cb = 0x400016a4;
791791
r_ble_lll_scan_common_init = 0x400016a8;
792792
r_ble_lll_scan_deinit = 0x400016ac;
793793
r_ble_lll_scan_duration_period_timers_restart = 0x400016b0;

components/esp_rom/esp32c2/ld/esp32c2.rom.ble.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ r_ble_lll_rx_pkt_isr = 0x40001690;
622622
r_ble_lll_scan_abort_aux_sched = 0x40001694;
623623
r_ble_lll_scan_chk_resume = 0x4000169c;
624624
r_ble_lll_scan_clean_cur_aux_data = 0x400016a0;
625-
r_ble_lll_scan_coex_event_cb = 0x400016a4;
625+
//r_ble_lll_scan_coex_event_cb = 0x400016a4;
626626
r_ble_lll_scan_common_init = 0x400016a8;
627627
r_ble_lll_scan_deinit = 0x400016ac;
628628
r_ble_lll_scan_duration_period_timers_restart = 0x400016b0;

0 commit comments

Comments
 (0)