bt_keys_storage.h 142 B

123456789
  1. #pragma once
  2. #include "bt_i.h"
  3. bool bt_keys_storage_load(Bt* bt);
  4. bool bt_keys_storage_save(Bt* bt);
  5. bool bt_keys_storage_delete(Bt* bt);