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

◆ nfc_t4t_hl_procedure_ndef_update()

int nfc_t4t_hl_procedure_ndef_update ( struct nfc_t4t_cc_file cc,
uint8_t *  ndef_data,
uint16_t  ndef_len 
)

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

Perform NDEF Update Procedure.

Parameters
[in]ccPointer to Capability Containers descriptor.
[in]ndef_dataPointer to the NDEF file data. The NDEF Read procedure is an asynchronous operation, the data buffer have to be kept until this procedure has completed.
[in]ndef_lenLength of NDEF file.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.