mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(fd62b31)
- Fixed periodic adv enable params checking - Fixed BLE assert lld_scan.c 1728 when receiving directed adv - Support resolving RPA to identity address when creating connection - Fixed BLE assert rwble.c 505 param 00400010 - Fixed peer address type error in HCI LE meta event - Fixed setting random address failed when extended adv is enabled
This commit is contained in:
parent
88d42e8b6a
commit
326f391f9c
@ -1 +1 @@
|
||||
Subproject commit 4c16da1a1a76b439e2cf981d2f915d94df364e58
|
||||
Subproject commit ed99228396aaa18935b575d600bc19da38dc4746
|
@ -478,7 +478,7 @@ r_lld_adv_frm_skip_isr = 0x40001030;
|
||||
r_lld_adv_init = 0x40001034;
|
||||
r_lld_adv_pkt_rx = 0x40001038;
|
||||
r_lld_adv_pkt_rx_connect_ind = 0x4000103c;
|
||||
r_lld_adv_pkt_rx_send_scan_req_evt = 0x40001040;
|
||||
/* r_lld_adv_pkt_rx_send_scan_req_evt = 0x40001040; */
|
||||
r_lld_adv_rand_addr_update = 0x40001044;
|
||||
r_lld_adv_restart = 0x40001048;
|
||||
r_lld_adv_scan_rsp_data_set = 0x4000104c;
|
||||
|
@ -479,7 +479,7 @@ r_lld_adv_frm_skip_isr = 0x40004074;
|
||||
r_lld_adv_init = 0x40004080;
|
||||
r_lld_adv_pkt_rx = 0x4000408c;
|
||||
r_lld_adv_pkt_rx_connect_ind = 0x40004098;
|
||||
r_lld_adv_pkt_rx_send_scan_req_evt = 0x400040a4;
|
||||
/* r_lld_adv_pkt_rx_send_scan_req_evt = 0x400040a4; */
|
||||
r_lld_adv_rand_addr_update = 0x400040b0;
|
||||
r_lld_adv_restart = 0x400040bc;
|
||||
r_lld_adv_scan_rsp_data_set = 0x400040c8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user