Skip to content

Commit 5cd5ede

Browse files
BetterJinchengespressif-bot
authored andcommitted
fix(bt/controller): Fixed some controller bugs on ESP32
- Fixed wrong logic in handling sniff transaction collision at slave side - Fixed the issue ACL is stopped too early before eSCO
1 parent dc6fc5a commit 5cd5ede

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_stop_cbk = 0x40031d78 );
666667
PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );
667668
PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c );
668669
PROVIDE ( ld_inq_end = 0x4003ab48 );

0 commit comments

Comments
 (0)