flipperzero-firmware/applications/bt/bt_service/bt_keys_storage.h

10 lines
139 B
C
Raw Normal View History

#pragma once
#include "bt_i.h"
bool bt_load_key_storage(Bt* bt);
bool bt_save_key_storage(Bt* bt);
bool bt_delete_key_storage(Bt* bt);