mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02: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
Submodule components/bt/controller/lib_esp32c3_family updated: f23a340e82...db872ab162
@ -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;
|
||||
|
@ -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