2021-11-04 17:26:41 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "bt_i.h"
|
|
|
|
|
2022-04-21 15:36:53 +00:00
|
|
|
bool bt_keys_storage_load(Bt* bt);
|
2021-11-04 17:26:41 +00:00
|
|
|
|
2022-04-21 15:36:53 +00:00
|
|
|
bool bt_keys_storage_save(Bt* bt);
|
2022-01-21 17:32:03 +00:00
|
|
|
|
2022-04-21 15:36:53 +00:00
|
|
|
bool bt_keys_storage_delete(Bt* bt);
|