Skip to content

Commit 9f68b15

Browse files
committed
Merge branch 'bugfix/bt_ctrl_issues' into 'master'
fix(bt/controller): fixed some controller bugs on ESP32. Closes IDFGH-14343, IDFGH-14392, and IDFGH-12607 See merge request espressif/esp-idf!37180
2 parents de853be + 309747b commit 9f68b15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/bt/controller/lib_esp32

components/esp_rom/esp32/ld/esp32.rom.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ PROVIDE ( ld_acl_rsw_frm_cbk = 0x40033bb0 );
663663
PROVIDE ( ld_sco_modify = 0x40031778 );
664664
PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
665665
PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
666+
PROVIDE ( ld_sco_evt_start_cbk = 0x40031afc );
666667
PROVIDE ( ld_sco_evt_stop_cbk = 0x40031d78 );
667668
PROVIDE ( ld_acl_rsw_evt_start_cbk = 0x40031154 );
668669
PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );

0 commit comments

Comments
 (0)