Skip to content

Commit 0364a68

Browse files
committed
Merge branch 'change/ble_update_lib_20250114_v5.0' into 'release/v5.0'
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.0) See merge request espressif/esp-idf!36476
2 parents f299f69 + 0563abd commit 0364a68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -489,7 +489,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
489489
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
490490
r_ble_ll_scan_dup_new = 0x400011f4;
491491
r_ble_ll_scan_dup_update_ext = 0x400011f8;
492-
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
492+
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
493493
r_ble_ll_scan_enabled = 0x40001200;
494494
r_ble_ll_scan_end_adv_evt = 0x40001204;
495495
//r_ble_ll_scan_env_init = 0x40001208;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
394394
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
395395
r_ble_ll_scan_dup_new = 0x400011f4;
396396
r_ble_ll_scan_dup_update_ext = 0x400011f8;
397-
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
397+
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
398398
r_ble_ll_scan_enabled = 0x40001200;
399399
r_ble_ll_scan_end_adv_evt = 0x40001204;
400400
r_ble_ll_scan_ext_initiator_start = 0x4000120c;

0 commit comments

Comments
 (0)