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
This commit is contained in:
Jin Cheng 2024-11-08 12:51:23 +08:00
parent 4d7e92bb35
commit a5d2d906ad
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5c4a62c1d4577d1352d28708c790ba2b4f741842
Subproject commit 4f9869a760c7f6982d2d4d6b56ef46c1b2488611

View File

@ -663,6 +663,7 @@ PROVIDE ( ld_acl_rsw_frm_cbk = 0x40033bb0 );
PROVIDE ( ld_sco_modify = 0x40031778 );
PROVIDE ( lm_cmd_cmp_send = 0x40051838 );
PROVIDE ( ld_sco_frm_cbk = 0x400349dc );
PROVIDE ( ld_sco_evt_stop_cbk = 0x40031d78 );
PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );
PROVIDE ( ld_acl_sniff_frm_cbk = 0x4003482c );
PROVIDE ( ld_inq_end = 0x4003ab48 );