Merge branch 'bugfix/fix_establish_two_sco_fail_v5.0' into 'release/v5.0'

fix(bt/controller): Fixed establish two sco connections failed (Backport v5.0)

See merge request espressif/esp-idf!28103
This commit is contained in:
Jiang Jiang Jian
2023-12-27 19:38:48 +08:00
2 changed files with 9 additions and 1 deletions

View File

@ -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 */