nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nfc_t4t_cc_file_content_get()

struct nfc_t4t_tlv_block * nfc_t4t_cc_file_content_get ( struct nfc_t4t_cc_file t4t_cc_file,
uint16_t  file_id 
)

#include <include/nfc/t4t/cc_file.h>

Function for finding File Control TLV block within the CC file descriptor.

This function finds File Control TLV block that matches the specified file ID within the CC file descriptor.

Parameters
[in]t4t_cc_filePointer to the CC file descriptor.
[in]file_idFile identifier.
Return values
TLVPointer to the File Control TLV.
NULLIf TLV with the specified File ID was not found.