nRF Connect SDK API 2.8.99
|
int nfc_t4t_hl_procedure_on_data_received | ( | const uint8_t * | data, |
size_t | len ) |
#include <include/nfc/t4t/hl_procedure.h>
Handle High Level Procedure received data.
Function for handling the received data. It should be called immediately upon receiving the ISO-DEP data.
[in] | data | Pointer to received data. |
[in] | len | Received data length. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |