mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-14 16:23:57 +00:00
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed MIC error disconnection when pairing with iOS devices
(cherry picked from commit 0df0b53b0a
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
This commit is contained in:

committed by
chenjianhua

parent
d0068c4203
commit
07233ed2d3
@@ -421,10 +421,10 @@ r_llc_ll_reject_ind_pdu_send = 0x40003d98;
|
||||
r_llc_ll_start_enc_rsp_ack_handler = 0x40003da4;
|
||||
r_llc_ll_terminate_ind_ack = 0x40003db0;
|
||||
r_llc_ll_unknown_ind_handler = 0x40003dbc;
|
||||
/* r_llc_llcp_send = 0x40003dc8; */
|
||||
r_llc_llcp_send = 0x40003dc8;
|
||||
r_llc_llcp_state_set = 0x40003dd4;
|
||||
r_llc_llcp_trans_timer_set = 0x40003de0;
|
||||
r_llc_llcp_tx_check = 0x40003dec;
|
||||
/* r_llc_llcp_tx_check = 0x40003dec; */
|
||||
/* r_llc_loc_ch_map_proc_continue = 0x40003df8; */
|
||||
r_llc_loc_con_upd_proc_err_cb = 0x40003e10;
|
||||
r_llc_loc_dl_upd_proc_continue = 0x40003e1c;
|
||||
|
Reference in New Issue
Block a user