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

11 lines
172 B
C
Raw Normal View History

#pragma once
#include "bt_i.h"
#include "bt_keys_filename.h"
bool bt_keys_storage_load(Bt* bt);
bool bt_keys_storage_save(Bt* bt);
bool bt_keys_storage_delete(Bt* bt);