fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)

- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
This commit is contained in:
chenjianhua
2024-06-03 11:14:46 +08:00
parent ad31f4f029
commit 1b36724897
4 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,6 @@ r_lld_con_evt_time_update_eco = 0x40001d0c;
r_lld_con_start_eco = 0x40001d10; r_lld_con_start_eco = 0x40001d10;
r_lld_con_frm_isr_eco = 0x40001d14; r_lld_con_frm_isr_eco = 0x40001d14;
r_lld_con_tx_eco = 0x40001d18; r_lld_con_tx_eco = 0x40001d18;
r_lld_scan_evt_start_cbk_eco = 0x40001d20;
r_lld_ext_scan_dynamic_pti_process_eco = 0x40001d28; r_lld_ext_scan_dynamic_pti_process_eco = 0x40001d28;
r_lld_scan_frm_eof_isr_eco = 0x40001d2c; r_lld_scan_frm_eof_isr_eco = 0x40001d2c;
r_lld_sync_start_eco = 0x40001d30; r_lld_sync_start_eco = 0x40001d30;
@ -215,6 +214,7 @@ r_lld_scan_start_eco = 0x40001d24;
r_lld_scan_try_sched_eco = 0x40001dac; r_lld_scan_try_sched_eco = 0x40001dac;
r_lld_scan_start_hook = 0x40001c74; r_lld_scan_start_hook = 0x40001c74;
r_lld_init_start_hook = 0x40001cb8; r_lld_init_start_hook = 0x40001cb8;
r_lld_scan_evt_start_cbk_eco = 0x40001d20;
*/ */

View File

@ -1107,7 +1107,7 @@ r_lld_res_list_is_empty = 0x40001220;
r_lld_res_list_local_rpa_get = 0x40001224; r_lld_res_list_local_rpa_get = 0x40001224;
r_lld_res_list_peer_rpa_get = 0x40001228; r_lld_res_list_peer_rpa_get = 0x40001228;
r_lld_res_list_peer_update = 0x4000122c; r_lld_res_list_peer_update = 0x4000122c;
r_lld_res_list_priv_mode_update = 0x40001230; /* r_lld_res_list_priv_mode_update = 0x40001230; */
r_lld_reset_reg = 0x40001238; r_lld_reset_reg = 0x40001238;
r_lld_rpa_renew = 0x4000123c; r_lld_rpa_renew = 0x4000123c;
r_lld_rpa_renew_evt_canceled_cbk = 0x40001240; r_lld_rpa_renew_evt_canceled_cbk = 0x40001240;
@ -1246,7 +1246,7 @@ r_rwble_sleep_wakeup_end = 0x4000146c;
/* r_rwbtdm_isr_wrapper = 0x40001470; */ /* r_rwbtdm_isr_wrapper = 0x40001470; */
r_rwip_active_check = 0x40001474; r_rwip_active_check = 0x40001474;
r_rwip_aes_encrypt = 0x40001478; r_rwip_aes_encrypt = 0x40001478;
r_rwip_assert = 0x4000147c; /* r_rwip_assert = 0x4000147c; */
r_rwip_crypt_evt_handler = 0x40001480; r_rwip_crypt_evt_handler = 0x40001480;
r_rwip_crypt_isr_handler = 0x40001484; r_rwip_crypt_isr_handler = 0x40001484;
r_rwip_eif_get = 0x40001488; r_rwip_eif_get = 0x40001488;

View File

@ -1357,7 +1357,7 @@ r_lld_res_list_is_empty = 0x40004644;
r_lld_res_list_local_rpa_get = 0x40004650; r_lld_res_list_local_rpa_get = 0x40004650;
r_lld_res_list_peer_rpa_get = 0x4000465c; r_lld_res_list_peer_rpa_get = 0x4000465c;
r_lld_res_list_peer_update = 0x40004668; r_lld_res_list_peer_update = 0x40004668;
r_lld_res_list_priv_mode_update = 0x40004674; /* r_lld_res_list_priv_mode_update = 0x40004674; */
r_lld_reset_reg = 0x4000468c; r_lld_reset_reg = 0x4000468c;
r_lld_rpa_renew = 0x40004698; r_lld_rpa_renew = 0x40004698;
r_lld_rpa_renew_evt_canceled_cbk = 0x400046a4; r_lld_rpa_renew_evt_canceled_cbk = 0x400046a4;
@ -1496,7 +1496,7 @@ r_rwble_sleep_wakeup_end = 0x40004d28;
/* r_rwbtdm_isr_wrapper = 0x40004d34; */ /* r_rwbtdm_isr_wrapper = 0x40004d34; */
r_rwip_active_check = 0x40004d40; r_rwip_active_check = 0x40004d40;
r_rwip_aes_encrypt = 0x40004d4c; r_rwip_aes_encrypt = 0x40004d4c;
r_rwip_assert = 0x40004d58; /* r_rwip_assert = 0x40004d58; */
r_rwip_crypt_evt_handler = 0x40004d64; r_rwip_crypt_evt_handler = 0x40004d64;
r_rwip_crypt_isr_handler = 0x40004d70; r_rwip_crypt_isr_handler = 0x40004d70;
r_rwip_eif_get = 0x40004d7c; r_rwip_eif_get = 0x40004d7c;