nRF Connect SDK API 2.8.99
|
int uicc_lwm2m_bootstrap_read | ( | uint8_t * | buffer, |
int | buffer_size ) |
#include <include/modem/uicc_lwm2m.h>
Read UICC LwM2M bootstrap record.
[in,out] | buffer | Buffer 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_size | Total size of buffer. |