nRF Connect SDK API 2.8.99
|
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.
[in] | t4t_cc_file | Pointer to the CC file descriptor. |
[in] | file_id | File identifier. |
TLV | Pointer to the File Control TLV. |
NULL | If TLV with the specified File ID was not found. |