Skip to content

Commit 07ce83a

Browse files
committed
Merge branch 'change/ble_update_lib_20250114' into 'master'
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib Closes BLERP-1485 See merge request espressif/esp-idf!36364
2 parents 22869af + e5feba6 commit 07ce83a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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)