mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(52ee788)
- Fixed BLE vendor HCI set and get tx power
- Support BLE vendor HCI set adv aux offset command
- Support BLE vendor HCI set CSA support command
- Added config for BLE instant passed workaround
- Fixed btdm_sleep_clock_sync timeout workaround
(cherry picked from commit 1e3220b0b0
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
This commit is contained in:
@@ -1598,7 +1598,7 @@ r_lld_legacy_adv_dynamic_pti_process = 0x40005100;
|
||||
r_lld_ext_adv_dynamic_pti_get = 0x4000510c;
|
||||
r_lld_ext_adv_dynamic_aux_pti_process = 0x40005118;
|
||||
r_lld_ext_adv_dynamic_pti_process = 0x40005124;
|
||||
r_lld_adv_ext_pkt_prepare_set = 0x40005130;
|
||||
/* r_lld_adv_ext_pkt_prepare_set = 0x40005130; */
|
||||
r_lld_adv_ext_chain_connectable_construct = 0x40005148;
|
||||
r_lld_adv_pkt_rx_connect_post = 0x40005160;
|
||||
r_lld_adv_start_init_evt_param = 0x4000516c;
|
||||
|
Reference in New Issue
Block a user