nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches

◆ uicc_lwm2m_bootstrap_read()

int uicc_lwm2m_bootstrap_read ( uint8_t * buffer,
int buffer_size )

#include <include/modem/uicc_lwm2m.h>

Read UICC LwM2M bootstrap record.

Parameters
[in,out]bufferBuffer to store UICC LwM2M bootstrap record. This buffer is also used internally by the function reading the AT response, so it must be twice the size of expected LwM2M content + 4 bytes for UICC SW.
[in]buffer_sizeTotal size of buffer.
Returns
Length of UICC LwM2M bootstrap record, -errno on error.