mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/fix_some_ble_bugs_241224_esp32c3_v5.2' into 'release/v5.2'
Fixed some BLE bugs 241224 on ESP32C3(fd62b31) (v5.2) See merge request espressif/esp-idf!36194
This commit is contained in:
Submodule components/bt/controller/lib_esp32c3_family updated: 4c16da1a1a...ed99228396
@ -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;
|
||||
|
Reference in New Issue
Block a user