nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches
uicc_lwm2m.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef UICC_LWM2M_H_
8#define UICC_LWM2M_H_
9
10#include <stdint.h>
11#include <stdbool.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
31#define UICC_RECORD_BUFFER_MAX ((256 * 2) + 4 + 1)
32
43int uicc_lwm2m_bootstrap_read(uint8_t *buffer, int buffer_size);
44
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* UICC_LWM2M_H_ */
int uicc_lwm2m_bootstrap_read(uint8_t *buffer, int buffer_size)
Read UICC LwM2M bootstrap record.