mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(bt/controller): Fixed establish two sco connections failed
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: d1d4b7635d...7ef2b1dffc
@ -1623,4 +1623,12 @@ PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
|
||||
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
||||
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
||||
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
||||
|
||||
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
|
||||
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
|
||||
PROVIDE ( lm_sync_nego = 0x3ffb8345 );
|
||||
PROVIDE ( lm_nego_cnt = 0x3ffb8344 );
|
||||
PROVIDE ( lm_nego_cntl = 0x3ffb8342 );
|
||||
PROVIDE ( lm_nego_max_cnt = 0x3ffb8343 );
|
||||
PROVIDE ( lm_nego_pkt_used = 0x3ffb8340 );
|
||||
/* Above are static data, but can be used, not generated by script >>>>> btdm data */
|
||||
|
Reference in New Issue
Block a user