mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update bt lib for ESP32-C3 and ESP32-S3(c8aa206)
- Fixed extended adv address setting after adv restart - Fixed scan channel index setting for extended scan - Add API to set aux channel index for extended adv
This commit is contained in:
parent
7952b1cbe9
commit
6ce00445b8
@ -1 +1 @@
|
||||
Subproject commit e9ad3d704f1034310de8f747d503ea5443df6b67
|
||||
Subproject commit 27af69ccbb02f3b820436f47eaa0b1cd544edfbc
|
@ -966,7 +966,9 @@ r_llc_loc_dl_upd_proc_continue = 0x40000f68;
|
||||
r_llc_loc_encrypt_proc_continue = 0x40000f6c;
|
||||
r_llc_loc_encrypt_proc_err_cb = 0x40000f70;
|
||||
r_llc_loc_feats_exch_proc_continue = 0x40000f74;
|
||||
/*
|
||||
r_llc_loc_phy_upd_proc_continue = 0x40000f78;
|
||||
*/
|
||||
r_llc_loc_phy_upd_proc_err_cb = 0x40000f7c;
|
||||
r_llc_msg_handler_tab_p_get = 0x40000f80;
|
||||
r_llc_pref_param_compute = 0x40000f84;
|
||||
@ -1145,13 +1147,17 @@ r_lld_process_cca_data = 0x4000120c;
|
||||
r_lld_ral_search = 0x40001210;
|
||||
r_lld_read_clock = 0x40001214;
|
||||
r_lld_res_list_add = 0x40001218;
|
||||
/*
|
||||
r_lld_res_list_clear = 0x4000121c;
|
||||
*/
|
||||
r_lld_res_list_is_empty = 0x40001220;
|
||||
r_lld_res_list_local_rpa_get = 0x40001224;
|
||||
r_lld_res_list_peer_rpa_get = 0x40001228;
|
||||
r_lld_res_list_peer_update = 0x4000122c;
|
||||
r_lld_res_list_priv_mode_update = 0x40001230;
|
||||
/*
|
||||
r_lld_res_list_rem = 0x40001234;
|
||||
*/
|
||||
r_lld_reset_reg = 0x40001238;
|
||||
r_lld_rpa_renew = 0x4000123c;
|
||||
r_lld_rpa_renew_evt_canceled_cbk = 0x40001240;
|
||||
|
@ -1239,7 +1239,9 @@ r_llc_loc_dl_upd_proc_continue = 0x40003e1c;
|
||||
r_llc_loc_encrypt_proc_continue = 0x40003e28;
|
||||
r_llc_loc_encrypt_proc_err_cb = 0x40003e34;
|
||||
r_llc_loc_feats_exch_proc_continue = 0x40003e40;
|
||||
/*
|
||||
r_llc_loc_phy_upd_proc_continue = 0x40003e4c;
|
||||
*/
|
||||
r_llc_loc_phy_upd_proc_err_cb = 0x40003e58;
|
||||
r_llc_msg_handler_tab_p_get = 0x40003e64;
|
||||
r_llc_pref_param_compute = 0x40003e70;
|
||||
@ -1418,13 +1420,17 @@ r_lld_process_cca_data = 0x40004608;
|
||||
r_lld_ral_search = 0x40004614;
|
||||
r_lld_read_clock = 0x40004620;
|
||||
r_lld_res_list_add = 0x4000462c;
|
||||
/*
|
||||
r_lld_res_list_clear = 0x40004638;
|
||||
*/
|
||||
r_lld_res_list_is_empty = 0x40004644;
|
||||
r_lld_res_list_local_rpa_get = 0x40004650;
|
||||
r_lld_res_list_peer_rpa_get = 0x4000465c;
|
||||
r_lld_res_list_peer_update = 0x40004668;
|
||||
r_lld_res_list_priv_mode_update = 0x40004674;
|
||||
/*
|
||||
r_lld_res_list_rem = 0x40004680;
|
||||
*/
|
||||
r_lld_reset_reg = 0x4000468c;
|
||||
r_lld_rpa_renew = 0x40004698;
|
||||
r_lld_rpa_renew_evt_canceled_cbk = 0x400046a4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user