flipperzero-firmware/applications/bt/bt_service/bt_keys_storage.h
gornekich 7c692a9f36
[FL-2432], [FL-2487] Rework bt keys load and save (#1139)
* bt keys: rework load and save with saved_struct
* bt: rename bt keys storage functions
* furi_hal_nfc: allow context switch during emilation
* bt settings: rework with saved struct
* infrared: replace file worker with dialogs and storage
* Core, Loader: fix thread allocation tracking, much better, so wow.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-04-21 18:36:53 +03:00

10 lines
142 B
C

#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);