nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
NFC NDEF File

Generation of NFC NDEF File for the NFC Type 4 Tag. More...

Macros

#define NFC_NDEF_FILE_NLEN_FIELD_SIZE   2U
 
#define nfc_t4t_ndef_file_msg_size_get(_file_buf_size)    ((_file_buf_size) - NFC_NDEF_FILE_NLEN_FIELD_SIZE)
 Get the available size for the NDEF message into the NDEF File.
 
#define nfc_t4t_ndef_file_msg_get(_file_buf)    ((uint8_t *)((_file_buf) + NFC_NDEF_FILE_NLEN_FIELD_SIZE))
 Get the NDEF Message from NFC NDEF File.
 

Functions

int nfc_t4t_ndef_file_encode (uint8_t *file_buf, uint32_t *size)
 Encode the NFC NDEF File.
 

Detailed Description

Generation of NFC NDEF File for the NFC Type 4 Tag.