mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-22 04:41:36 +03:00
8 lines
102 B
C
8 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#include "bt_i.h"
|
||
|
|
||
|
bool bt_load_key_storage(Bt* bt);
|
||
|
|
||
|
bool bt_save_key_storage(Bt* bt);
|