BLE: Add interface for QA test

Fix sleep crash issue
pull/11189/head
Shen Weilong 2023-03-29 17:23:42 +08:00
rodzic ee05082e35
commit aad3d8344b
5 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

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

@ -1 +1 @@
Subproject commit 10a3ea96e083dd0a7a18089407361fd52f0cbc47
Subproject commit da5d7642dbc61869afa3869463a8ff6742677069

@ -1 +1 @@
Subproject commit 658a412455d652be3b07a602a988b25d97b00e03
Subproject commit 91cd5b598de58a98e2334f84c89c51dfeaf55952

@ -1 +1 @@
Subproject commit 9b2aba2df8f7ca18995a1deeecfcae7575bb9cc9
Subproject commit c08159814b0f8ace156b5ebb4634ae561627c04a

Wyświetl plik

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