![]() |
nrfxlib API 3.3.99
|
| int 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. |
| 0 | The operation was successful. |
| -E2BIG | Length of the NFCID buffer is different than NRFX_NFCT_NFCID1_SINGLE_SIZE, NRFX_NFCT_NFCID1_DOUBLE_SIZE, or NRFX_NFCT_NFCID1_TRIPLE_SIZE. |