fix(bt/controller): fixed some controller bugs on ESP32.

1. added a VSC to control whether to initiate lmp_auto_rate
        - Closes https://github.com/espressif/esp-idf/issues/15133
    2. fixed EA resource cleanup error after SNIFF negotiation failure
        - Closes https://github.com/espressif/esp-idf/issues/13605
    3. removed an assertion in SCO data TX handler after disconnection
        - Closes https://github.com/espressif/esp-idf/issues/15176
This commit is contained in:
Jin Cheng 2025-02-21 11:12:44 +08:00 committed by BOT
parent 70b474a08a
commit 309747bf9a
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6093909e01930f8cda6f60510f8a412c6d1814e8
Subproject commit fbbb054cbc5c8b5aa466208dc8d12ccc10d7e08c

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_start_cbk = 0x40031afc );
PROVIDE ( ld_sco_evt_stop_cbk = 0x40031d78 );
PROVIDE ( ld_acl_rsw_evt_start_cbk = 0x40031154 );
PROVIDE ( ld_acl_sco_rsvd_check = 0x4002fa94 );