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 f00c78b020
commit 6bfeac7b6c
3 changed files with 2 additions and 3 deletions

View File

@ -187,7 +187,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

@ -1 +1 @@
Subproject commit 10a3ea96e083dd0a7a18089407361fd52f0cbc47
Subproject commit 8cc0fd4f9ca5f0e1128510e76d8dd73c012f9e53

View File

@ -1192,7 +1192,6 @@ r_ble_lll_rfmgmt_controller_sleep_en = 0x40001648;
r_ble_lll_rfmgmt_enable_now = 0x40001658;
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
r_ble_lll_rfmgmt_release = 0x40001664;
r_ble_lll_rfmgmt_release_ev = 0x40001668;
r_ble_lll_rfmgmt_scan_changed = 0x40001670;
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
r_ble_lll_rfmgmt_set_sleep_cb = 0x40001678;