ble : remove extra retention cnt upon deinit temporarily

This commit is contained in:
cjin
2023-07-13 12:19:27 +08:00
committed by Li Shuai
parent 6c62d13550
commit 5ec30e6fc2
3 changed files with 21 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ void sleep_retention_entries_get(sleep_retention_entries_t *entries);
* or false for restore to register from memory
*/
void sleep_retention_do_extra_retention(bool backup_or_restore);
void sleep_retention_module_deinit(void);
#endif
/**