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

10 lines
142 B
C
Raw Normal View History

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