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
This commit is contained in:
Island 2025-01-17 14:22:40 +08:00
commit 07ce83a375
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit c04f6f7c4958b7343acf1b1d0c3cc27a48b177a0
Subproject commit 1e510cbc50746259d53389309363058b89396a49

@ -1 +1 @@
Subproject commit ea98e86d725558a277e39bd3f5c1b492d000b659
Subproject commit e55480fc0db4c767434f5677188065f484aa5706

@ -1 +1 @@
Subproject commit 04332117afd5d5ed479560f1191a816eceba34a2
Subproject commit 9cf1bbd021d98b3da9ad8465e7fbfca8085f3a1d

@ -1 +1 @@
Subproject commit f7ae7f056be96586e0915d9744d6233dc3ee5eef
Subproject commit 092666b0f427e4226325389fc53e4b8df4a8a1fc

View File

@ -489,7 +489,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
r_ble_ll_scan_dup_new = 0x400011f4;
r_ble_ll_scan_dup_update_ext = 0x400011f8;
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
r_ble_ll_scan_enabled = 0x40001200;
r_ble_ll_scan_end_adv_evt = 0x40001204;
//r_ble_ll_scan_env_init = 0x40001208;

View File

@ -394,7 +394,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
r_ble_ll_scan_dup_new = 0x400011f4;
r_ble_ll_scan_dup_update_ext = 0x400011f8;
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
r_ble_ll_scan_enabled = 0x40001200;
r_ble_ll_scan_end_adv_evt = 0x40001204;
r_ble_ll_scan_ext_initiator_start = 0x4000120c;