nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nfc_platform_nfcid1_default_bytes_get()

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.

Parameters
[in,out]p_nfcid1_buffIn: 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_lenLength of the NFCID1 buffer.
Return values
NRFX_SUCCESSThe operation was successful.
NRFX_ERROR_INVALID_LENGTHLength of the NFCID buffer is different than NRFX_NFCT_NFCID1_SINGLE_SIZE, NRFX_NFCT_NFCID1_DOUBLE_SIZE, or NRFX_NFCT_NFCID1_TRIPLE_SIZE.