mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 06:04:33 +02:00
Free lmp tx buf in EM in the procedure of handling LMP_detach_Req when not received the last acknowledge from peer device and seperate them by ACL State
This commit is contained in:
Submodule components/bt/controller/lib updated: a00ec2a23d...3b1ba4847e
@@ -707,6 +707,9 @@ PROVIDE ( r_ld_acl_timing_accuracy_set = 0x4003673c );
|
|||||||
PROVIDE ( r_ld_acl_t_poll_get = 0x40036024 );
|
PROVIDE ( r_ld_acl_t_poll_get = 0x40036024 );
|
||||||
PROVIDE ( r_ld_acl_t_poll_set = 0x40036068 );
|
PROVIDE ( r_ld_acl_t_poll_set = 0x40036068 );
|
||||||
PROVIDE ( r_ld_acl_tx_enc = 0x400362f8 );
|
PROVIDE ( r_ld_acl_tx_enc = 0x400362f8 );
|
||||||
|
PROVIDE ( ld_acl_frm_cbk = 0x40034414 );
|
||||||
|
PROVIDE ( ld_acl_rsw_end = 0x40032bc0 );
|
||||||
|
PROVIDE ( ld_acl_end = 0x40033140 );
|
||||||
PROVIDE ( r_ld_acl_unsniff = 0x400361e0 );
|
PROVIDE ( r_ld_acl_unsniff = 0x400361e0 );
|
||||||
PROVIDE ( r_ld_active_check = 0x4003cac4 );
|
PROVIDE ( r_ld_active_check = 0x4003cac4 );
|
||||||
PROVIDE ( r_ld_afh_ch_assess_data_get = 0x4003caec );
|
PROVIDE ( r_ld_afh_ch_assess_data_get = 0x4003caec );
|
||||||
|
Reference in New Issue
Block a user