mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-12 14:12:27 +00: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);
|