fix(ble): fixed some ble controller issues on ESP32-C2

This commit is contained in:
zwl 2024-06-26 12:23:42 +08:00
parent 82c3a08d77
commit f3b58d221d
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8ddd8acac498fcbb76b5a39c5c7d4025238298ab
Subproject commit e597ae529761d270f10d0616c375faa0e4b7ca13

View File

@ -1048,7 +1048,6 @@ r_ble_lll_adv_coex_dpc_update_on_event_scheduled = 0x40001418;
r_ble_lll_adv_done = 0x4000141c;
r_ble_lll_adv_event_done = 0x40001424;
r_ble_lll_adv_event_rmvd_from_sched = 0x40001428;
r_ble_lll_adv_ext_estimate_data_itvl = 0x4000142c;
r_ble_lll_adv_get_sec_pdu_len = 0x40001430;
r_ble_lll_adv_make_done = 0x40001438;
r_ble_lll_adv_periodic_done = 0x4000143c;