nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
fw_loader_settings.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef DFU_FW_LOADER_SETTINGS_H_
8#define DFU_FW_LOADER_SETTINGS_H_
9
10#include <stddef.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
32int fw_loader_settings_adv_name_load(char *buf, size_t buf_len);
33
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* DFU_FW_LOADER_SETTINGS_H_ */
int fw_loader_settings_adv_name_load(char *buf, size_t buf_len)
Load the firmware loader advertising name from Settings storage.