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

◆ nfc_t4t_isodep_data_received()

int nfc_t4t_isodep_data_received ( const uint8_t *  data,
size_t  data_len,
int  err 
)

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

Handle NFC ISO-DEP protocol received data.

Function for handling the received data. It should be called immediately upon receiving the data from Reader/Writer. In case of a transmission error, the error recovery procedure will be started.

Parameters
[in]dataPointer to the received data.
[in]data_lenReceived data length.
[in]errTransmission error.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.