Skip to content

Commit 101cab3

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'change/ble_update_lib_20250919_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250919 - Update ESP BLE Controller Lib (v5.4) See merge request espressif/esp-idf!42030
2 parents 501f097 + dbd6a69 commit 101cab3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ r_ble_ll_resolv_list_clr = 0x4000117c;
459459
r_ble_ll_resolv_list_find = 0x40001180;
460460
r_ble_ll_resolv_list_read_size = 0x40001184;
461461
r_ble_ll_resolv_list_reset = 0x40001188;
462-
r_ble_ll_resolv_list_rmv = 0x4000118c;
462+
//r_ble_ll_resolv_list_rmv = 0x4000118c;
463463
r_ble_ll_resolv_local_addr_rd = 0x40001190;
464464
r_ble_ll_resolv_peer_addr_rd = 0x40001194;
465465
r_ble_ll_resolv_peer_rpa_any = 0x40001198;
@@ -503,7 +503,7 @@ r_ble_ll_scan_have_rxd_scan_rsp = 0x4000122c;
503503
r_ble_ll_scan_init = 0x40001230;
504504
r_ble_ll_scan_initiator_start = 0x40001234;
505505
r_ble_ll_scan_is_inside_window = 0x40001238;
506-
r_ble_ll_scan_move_window_to = 0x4000123c;
506+
//r_ble_ll_scan_move_window_to = 0x4000123c;
507507
r_ble_ll_scan_npl_reset = 0x40001240;
508508
r_ble_ll_scan_parse_auxptr = 0x40001244;
509509
r_ble_ll_scan_parse_ext_hdr = 0x40001248;
@@ -601,9 +601,9 @@ r_ble_ll_utils_csa2_prng = 0x400013b8;
601601
r_ble_ll_utils_remapped_channel = 0x400013bc;
602602
r_ble_ll_whitelist_add = 0x400013c0;
603603
r_ble_ll_whitelist_chg_allowed = 0x400013c4;
604-
r_ble_ll_whitelist_clear = 0x400013c8;
604+
//r_ble_ll_whitelist_clear = 0x400013c8;
605605
r_ble_ll_whitelist_read_size = 0x400013cc;
606-
r_ble_ll_whitelist_rmv = 0x400013d0;
606+
//r_ble_ll_whitelist_rmv = 0x400013d0;
607607
r_ble_ll_whitelist_search = 0x400013d4;
608608
r_ble_ll_write_rf_path_compensation = 0x400013d8;
609609
r_ble_lll_adv_aux_scannable_pdu_payload_len = 0x400013dc;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ r_ble_ll_scan_get_peer_rpa = 0x40001228;
408408
r_ble_ll_scan_have_rxd_scan_rsp = 0x4000122c;
409409
r_ble_ll_scan_initiator_start = 0x40001234;
410410
r_ble_ll_scan_is_inside_window = 0x40001238;
411-
r_ble_ll_scan_move_window_to = 0x4000123c;
411+
//r_ble_ll_scan_move_window_to = 0x4000123c;
412412
r_ble_ll_scan_npl_reset = 0x40001240;
413413
r_ble_ll_scan_parse_auxptr = 0x40001244;
414414
r_ble_ll_scan_parse_ext_hdr = 0x40001248;

0 commit comments

Comments
 (0)