Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_establish_two_sco_fail_v5.1' into 'release/v…
Browse files Browse the repository at this point in the history
…5.1'

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

See merge request espressif/esp-idf!28101
  • Loading branch information
jack0c committed Dec 27, 2023
2 parents 61a11a7 + ddab5db commit 9088450
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32
8 changes: 8 additions & 0 deletions components/esp_rom/esp32/ld/esp32.rom.ld
Expand Up @@ -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 */

0 comments on commit 9088450

Please sign in to comment.