nRF Connect SDK API 2.8.99
|
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.
[in] | data | Pointer to the received data. |
[in] | data_len | Received data length. |
[in] | err | Transmission error. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |