Merge branch 'bugfix/fix_some_ble_bugs_240420' into 'master'

Fixed some BLE bugs 240420 on ESP32C3 (a771b7c)

Closes BLERP-704, BLERP-705, BLERP-706, BLERP-707, BLERP-708, and BLERP-709

See merge request espressif/esp-idf!30400
pull/13854/head
Island 2024-04-26 16:37:46 +08:00
commit 6c032a0b70
2 zmienionych plików z 3 dodań i 3 usunięć

@ -1 +1 @@
Subproject commit 76ed4114ee7d081435a3c65793b4c8eb1dfaf199
Subproject commit 9780fd66d97866977d972fb63319830f47f12785

Wyświetl plik

@ -165,9 +165,7 @@ r_lld_cca_lbt_handle = 0x40001df8;
r_lld_cca_scst_timeout_check = 0x40001dfc;
r_lld_cca_chan_avl_timeout_check = 0x40001e00;
r_lld_scan_start_hook = 0x40001c74;
r_lld_con_start_hook = 0x40001ca8;
r_lld_init_start_hook = 0x40001cb8;
/* ble Functions eco */
r_bt_bb_isr = 0x40000b9c;
@ -215,6 +213,8 @@ r_llc_llcp_channel_map_ind_ack = 0x40001d68;
r_rwble_isr = 0x40001464;
r_lld_scan_start_eco = 0x40001d24;
r_lld_scan_try_sched_eco = 0x40001dac;
r_lld_scan_start_hook = 0x40001c74;
r_lld_init_start_hook = 0x40001cb8;
*/