mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(bt/controller): update libbtdm_app.a
- fixed errors in the coexistance of ACL and SCO - fixed dynamic priority config error in dual mode
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 1e9c3355dd...2ba9d8ddfa
@ -1616,8 +1616,10 @@ PROVIDE ( TASK_DESC_LLD = 0x3ff98b58 );
|
||||
|
||||
PROVIDE ( ld_acl_clk_isr = 0x40030cf8 );
|
||||
PROVIDE ( ld_acl_evt_canceled_cbk = 0x40033944 );
|
||||
PROVIDE ( ld_acl_rsw_evt_canceled_cbk = 0x40033364 );
|
||||
PROVIDE ( ld_acl_evt_stop_cbk = 0x40033870 );
|
||||
PROVIDE ( ld_acl_evt_start_cbk = 0x40030ab0 );
|
||||
PROVIDE ( ld_acl_sniff_evt_start_cbk = 0x40031360 );
|
||||
PROVIDE ( ld_acl_test_mode_update = 0x40032050 );
|
||||
PROVIDE ( ld_acl_resched = 0x40033814 );
|
||||
PROVIDE ( ld_acl_rx_isr = 0x40033aa8 );
|
||||
|
Reference in New Issue
Block a user