mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(ble): fix ble light sleep error on esp32c2
(cherry picked from commit 23f7e33a97ad70ff1e73407650f7b8edbd91fc9a) Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
parent
01a851ca9d
commit
219244ffaa
@ -197,6 +197,9 @@ static void esp_bt_ctrl_log_partition_get_and_erase_first_block(void);
|
||||
/* Local variable definition
|
||||
***************************************************************************
|
||||
*/
|
||||
#if CONFIG_ESP32C2_REV_MIN_FULL < 200
|
||||
void *g_ble_lll_rfmgmt_env_p;
|
||||
#endif
|
||||
/* Static variable declare */
|
||||
static DRAM_ATTR esp_bt_controller_status_t ble_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;
|
||||
#if CONFIG_BT_LE_CONTROLLER_LOG_ENABLED
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 99ea7d1483a9e5329d0801293d8c051d0fddefd7
|
||||
Subproject commit d246fa876402bcd9b16602dd0615c287ebc936bc
|
@ -766,9 +766,9 @@ r_ble_lll_per_adv_coex_dpc_update_on_start = 0x40001640;
|
||||
r_ble_lll_reset = 0x40001644;
|
||||
r_ble_lll_rfmgmt_controller_sleep_en = 0x40001648;
|
||||
r_ble_lll_rfmgmt_deinit = 0x4000164c;
|
||||
r_ble_lll_rfmgmt_disable = 0x40001650;
|
||||
r_ble_lll_rfmgmt_enable = 0x40001654;
|
||||
r_ble_lll_rfmgmt_enable_now = 0x40001658;
|
||||
//r_ble_lll_rfmgmt_disable = 0x40001650;
|
||||
//r_ble_lll_rfmgmt_enable = 0x40001654;
|
||||
//r_ble_lll_rfmgmt_enable_now = 0x40001658;
|
||||
r_ble_lll_rfmgmt_init = 0x4000165c;
|
||||
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
|
||||
r_ble_lll_rfmgmt_release = 0x40001664;
|
||||
@ -778,8 +778,8 @@ r_ble_lll_rfmgmt_scan_changed = 0x40001670;
|
||||
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
|
||||
r_ble_lll_rfmgmt_set_sleep_cb = 0x40001678;
|
||||
r_ble_lll_rfmgmt_ticks_to_enabled = 0x4000167c;
|
||||
r_ble_lll_rfmgmt_timer_exp = 0x40001680;
|
||||
r_ble_lll_rfmgmt_timer_reschedule = 0x40001684;
|
||||
//r_ble_lll_rfmgmt_timer_exp = 0x40001680;
|
||||
//r_ble_lll_rfmgmt_timer_reschedule = 0x40001684;
|
||||
r_ble_lll_rx_pdu_in = 0x40001688;
|
||||
r_ble_lll_rx_pkt_in = 0x4000168c;
|
||||
r_ble_lll_rx_pkt_isr = 0x40001690;
|
||||
@ -1146,7 +1146,7 @@ r_ble_phy_get_txdbm_by_level = 0x40002edc;
|
||||
r_hal_timer_disable_intr = 0x40002ee0;
|
||||
r_hal_timer_enable_intr = 0x40002ee4;
|
||||
r_hal_timer_task_stop = 0x40002ee8;
|
||||
r_ble_lll_rfmgmt_env_init = 0x40002eec;
|
||||
//r_ble_lll_rfmgmt_env_init = 0x40002eec;
|
||||
r_ble_ll_scan_set_aux_ll_flag = 0x40002ef0;
|
||||
r_ble_ll_rf_temp_calibration = 0x40002ef4;
|
||||
r_ble_ll_adv_env_deinit = 0x40002ef8;
|
||||
@ -1225,5 +1225,6 @@ r_ble_lll_adv_ext_event_rmvd_from_sched = 0x40003018;
|
||||
r_ble_lll_conn_process_rx_data_after_halt = 0x4000301c;
|
||||
r_ble_phy_global_rxbuf_get = 0x40003020;
|
||||
/* Data (.data, .bss, .rodata) */
|
||||
g_ble_lll_rfmgmt_env_p = 0x3fcdf3cc;
|
||||
priv_config_additional_opts_ptr = 0x3fcdfa70;
|
||||
g_ble_ll_ctrl_pkt_lengths_eco4_ro = 0x3ff4fbac;
|
||||
|
Loading…
x
Reference in New Issue
Block a user