forked from espressif/esp-idf
BLE: Add interface for QA test
Fix sleep crash issue
This commit is contained in:
@@ -187,7 +187,7 @@ static DRAM_ATTR esp_pm_lock_handle_t s_pm_lock = NULL;
|
|||||||
#endif /* #ifdef CONFIG_PM_ENABLE */
|
#endif /* #ifdef CONFIG_PM_ENABLE */
|
||||||
|
|
||||||
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER
|
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER
|
||||||
#define BLE_RTC_DELAY_US (1100)
|
#define BLE_RTC_DELAY_US (1800)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER
|
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER
|
||||||
|
Submodule components/bt/controller/lib_esp32c2/esp32c2-bt-lib updated: 10a3ea96e0...8cc0fd4f9c
@@ -1192,7 +1192,6 @@ r_ble_lll_rfmgmt_controller_sleep_en = 0x40001648;
|
|||||||
r_ble_lll_rfmgmt_enable_now = 0x40001658;
|
r_ble_lll_rfmgmt_enable_now = 0x40001658;
|
||||||
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
|
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
|
||||||
r_ble_lll_rfmgmt_release = 0x40001664;
|
r_ble_lll_rfmgmt_release = 0x40001664;
|
||||||
r_ble_lll_rfmgmt_release_ev = 0x40001668;
|
|
||||||
r_ble_lll_rfmgmt_scan_changed = 0x40001670;
|
r_ble_lll_rfmgmt_scan_changed = 0x40001670;
|
||||||
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
|
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
|
||||||
r_ble_lll_rfmgmt_set_sleep_cb = 0x40001678;
|
r_ble_lll_rfmgmt_set_sleep_cb = 0x40001678;
|
||||||
|
Reference in New Issue
Block a user