mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/loadprohibited_after_bt_deinit_v4.4' into 'release/v4.4'
Fixed some coexist issues See merge request espressif/esp-idf!31007
This commit is contained in:
commit
79e71e008c
@ -1 +1 @@
|
||||
Subproject commit 76ed4114ee7d081435a3c65793b4c8eb1dfaf199
|
||||
Subproject commit 4b1338827fa19fbacc02dd9e46e76be2b0dd17a9
|
@ -162,9 +162,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;
|
||||
@ -212,6 +210,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;
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user