nrfxlib API 2.8.99
|
nrfx_err_t nfc_platform_nfcid1_default_bytes_get | ( | uint8_t *const | p_nfcid1_buff, |
uint32_t | nfcid1_buff_len ) |
#include <nfc/include/nfc_platform.h>
Get default bytes for NFCID1.
[in,out] | p_nfcid1_buff | In: empty buffer for data; Out: buffer with the NFCID1 default data. These values can be used to fill the Type 2 Tag Internal Bytes. |
[in] | nfcid1_buff_len | Length of the NFCID1 buffer. |
NRFX_SUCCESS | The operation was successful. |
NRFX_ERROR_INVALID_LENGTH | Length of the NFCID buffer is different than NRFX_NFCT_NFCID1_SINGLE_SIZE, NRFX_NFCT_NFCID1_DOUBLE_SIZE, or NRFX_NFCT_NFCID1_TRIPLE_SIZE. |