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
14
extern
"C"
{
15
#endif
16
31
#define UICC_RECORD_BUFFER_MAX ((256 * 2) + 4 + 1)
32
43
int
uicc_lwm2m_bootstrap_read
(uint8_t *buffer,
int
buffer_size);
44
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* UICC_LWM2M_H_ */
uicc_lwm2m_bootstrap_read
int uicc_lwm2m_bootstrap_read(uint8_t *buffer, int buffer_size)
Read UICC LwM2M bootstrap record.
include
modem
uicc_lwm2m.h
Generated on Tue Nov 5 2024 14:27:08 for nRF Connect SDK API by
1.12.0