Skip to content

Commit 0df0b53

Browse files
committed
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed MIC error disconnection when pairing with iOS devices
1 parent 53e84d9 commit 0df0b53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,10 @@ r_llc_ll_reject_ind_pdu_send = 0x40000f3c;
421421
r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40;
422422
r_llc_ll_terminate_ind_ack = 0x40000f44;
423423
r_llc_ll_unknown_ind_handler = 0x40000f48;
424-
/* r_llc_llcp_send = 0x40000f4c; */
424+
r_llc_llcp_send = 0x40000f4c;
425425
r_llc_llcp_state_set = 0x40000f50;
426426
r_llc_llcp_trans_timer_set = 0x40000f54;
427-
r_llc_llcp_tx_check = 0x40000f58;
427+
/* r_llc_llcp_tx_check = 0x40000f58; */
428428
r_llc_loc_con_upd_proc_err_cb = 0x40000f64;
429429
r_llc_loc_dl_upd_proc_continue = 0x40000f68;
430430
r_llc_loc_encrypt_proc_continue = 0x40000f6c;

components/esp_rom/esp32s3/ld/esp32s3.rom.bt_funcs.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,10 @@ r_llc_ll_reject_ind_pdu_send = 0x40003d98;
421421
r_llc_ll_start_enc_rsp_ack_handler = 0x40003da4;
422422
r_llc_ll_terminate_ind_ack = 0x40003db0;
423423
r_llc_ll_unknown_ind_handler = 0x40003dbc;
424-
/* r_llc_llcp_send = 0x40003dc8; */
424+
r_llc_llcp_send = 0x40003dc8;
425425
r_llc_llcp_state_set = 0x40003dd4;
426426
r_llc_llcp_trans_timer_set = 0x40003de0;
427-
r_llc_llcp_tx_check = 0x40003dec;
427+
/* r_llc_llcp_tx_check = 0x40003dec; */
428428
/* r_llc_loc_ch_map_proc_continue = 0x40003df8; */
429429
r_llc_loc_con_upd_proc_err_cb = 0x40003e10;
430430
r_llc_loc_dl_upd_proc_continue = 0x40003e1c;

0 commit comments

Comments
 (0)