BLE: Add interface for QA test

Fix sleep crash issue
This commit is contained in:
Shen Weilong
2023-03-29 17:23:42 +08:00
parent ee05082e35
commit aad3d8344b
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ static DRAM_ATTR esp_pm_lock_handle_t s_pm_lock = NULL;
#endif /* #ifdef CONFIG_PM_ENABLE */
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_BLE_RTC_TIMER
#define BLE_RTC_DELAY_US (1100)
#define BLE_RTC_DELAY_US (1800)
#endif
#ifdef CONFIG_BT_LE_WAKEUP_SOURCE_CPU_RTC_TIMER