mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
- Fixed adv data buffer free after restart adv - Fixed BLE interrupt allocation using esp API
This commit is contained in:
@@ -1243,7 +1243,7 @@ r_rw_cryto_aes_cmac = 0x4000145c;
|
||||
r_rw_v9_init_em_radio_table = 0x40001460;
|
||||
r_rwble_sleep_enter = 0x40001468;
|
||||
r_rwble_sleep_wakeup_end = 0x4000146c;
|
||||
r_rwbtdm_isr_wrapper = 0x40001470;
|
||||
/* r_rwbtdm_isr_wrapper = 0x40001470; */
|
||||
r_rwip_active_check = 0x40001474;
|
||||
r_rwip_aes_encrypt = 0x40001478;
|
||||
r_rwip_assert = 0x4000147c;
|
||||
|
Reference in New Issue
Block a user