nRF Connect SDK API 2.8.99
|
int nfc_t4t_isodep_transmit | ( | const uint8_t * | data, |
size_t | data_len ) |
#include <include/nfc/t4t/isodep.h>
Exchange the specified amount of data.
This function can be called when a Tag is in selected state after calling nfc_t4t_isodep_rats_send.
[in] | data | Pointer to the data to transfer over ISO-DEP protocol. |
[in] | data_len | Length of the data to transmit. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |