mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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:
parent
70b474a08a
commit
309747bf9a
@ -1 +1 @@
|
||||
Subproject commit 6093909e01930f8cda6f60510f8a412c6d1814e8
|
||||
Subproject commit fbbb054cbc5c8b5aa466208dc8d12ccc10d7e08c
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user