12BtKeysStorage* bt_keys_storage_alloc(
const char* keys_storage_path);
16void bt_keys_storage_set_file_path(
BtKeysStorage* instance,
const char* path);
18void bt_keys_storage_set_ram_params(
BtKeysStorage* instance, uint8_t* buff, uint16_t size);
24bool bt_keys_storage_update(
BtKeysStorage* instance, uint8_t* start_addr, uint32_t size);
Definition bt_keys_storage.c:13