![]() |
nRF Connect SDK API 3.3.99
|
| int modem_attest_token_get_uuids | ( | struct nrf_device_uuid * | dev, |
| struct nrf_modem_fw_uuid * | mfw ) |
#include <include/modem/modem_attest_token.h>
Gets the device and/or modem firmware UUID from the modem and returns it as a NULL terminated string in the supplied struct(s).
| [out] | dev | Pointer to struct containing device UUID string. Can be NULL if UUID is not wanted. |
| [out] | mfw | Pointer to struct containing modem fw UUID string. Can be NULL if UUID is not wanted. |
| 0 | If the operation was successful. Otherwise, a (negative) error code is returned. |