![]() |
nRF Connect SDK API 3.3.99
|
| bool gzp_crypt_user_data_read | ( | uint8_t * | dst, |
| uint8_t * | length ) |
#include <include/gzp.h>
Function for reading encrypted user data.
Note that the read user data will be automatically decrypted. Only data that was decrypted correctly will be presented.
| dst | is a pointer to where the received data will be written. |
| length | is a pointer for returning the number of bytes received. Only 1 byte will be writtem to length*. |
| true | if data has been received and is written to dst* |
| false | if no data has been received. |