fix(ble): fix ble light sleep error on esp32c2

(cherry picked from commit 23f7e33a97)

Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
Jin Chen
2024-11-21 11:03:37 +08:00
committed by BOT
parent 425722b5c0
commit 3186c881c0
3 changed files with 11 additions and 7 deletions

View File

@@ -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