mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-16 08:59:13 +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 = 0x40000f3c;
|
||||
r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40;
|
||||
r_llc_ll_terminate_ind_ack = 0x40000f44;
|
||||
r_llc_ll_unknown_ind_handler = 0x40000f48;
|
||||
/* r_llc_llcp_send = 0x40000f4c; */
|
||||
r_llc_llcp_send = 0x40000f4c;
|
||||
r_llc_llcp_state_set = 0x40000f50;
|
||||
r_llc_llcp_trans_timer_set = 0x40000f54;
|
||||
r_llc_llcp_tx_check = 0x40000f58;
|
||||
/* r_llc_llcp_tx_check = 0x40000f58; */
|
||||
r_llc_loc_con_upd_proc_err_cb = 0x40000f64;
|
||||
r_llc_loc_dl_upd_proc_continue = 0x40000f68;
|
||||
r_llc_loc_encrypt_proc_continue = 0x40000f6c;
|
||||
|
Reference in New Issue
Block a user