mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
feat(ble): fixed some ble issues on ESP32-C2
(cherry picked from commit 5f9a3cdd1a
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
@ -928,9 +928,9 @@ r_ble_phy_timer_config_start_time = 0x400018c8;
|
||||
r_ble_phy_timer_start_now = 0x400018cc;
|
||||
r_ble_phy_timer_stop = 0x400018d0;
|
||||
r_ble_phy_tx_set_start_time = 0x400018d4;
|
||||
r_ble_phy_txpower_round = 0x400018d8;
|
||||
//r_ble_phy_txpower_round = 0x400018d8;
|
||||
r_ble_phy_txpwr_set = 0x400018dc;
|
||||
r_ble_phy_update_conn_sequence = 0x400018e0;
|
||||
//r_ble_phy_update_conn_sequence = 0x400018e0;
|
||||
r_ble_phy_update_encryption = 0x400018e4;
|
||||
r_ble_phy_update_ifs = 0x400018e8;
|
||||
r_ble_phy_xcvr_state_get = 0x400018ec;
|
||||
@ -1219,7 +1219,7 @@ r_ble_phy_ramup_time_set = 0x40003000;
|
||||
r_ble_lll_rfmgmt_should_skip_light_sleep_check = 0x40003004;
|
||||
r_ble_phy_rx_err_record = 0x40003008;
|
||||
r_ble_lll_rfmgmt_wake_up_overhead_set = 0x4000300c;
|
||||
r_ble_lll_conn_event_delete_and_reschedule = 0x40003010;
|
||||
//r_ble_lll_conn_event_delete_and_reschedule = 0x40003010;
|
||||
r_ble_lll_conn_should_reschedule = 0x40003014;
|
||||
r_ble_lll_adv_ext_event_rmvd_from_sched = 0x40003018;
|
||||
r_ble_lll_conn_process_rx_data_after_halt = 0x4000301c;
|
||||
|
Reference in New Issue
Block a user