nRF Connect SDK API 2.8.99
|
int nfc_tnep_poller_on_ndef_read | ( | const uint8_t * | data, |
size_t | len ) |
#include <include/nfc/tnep/poller.h>
Indicate NDEF data read.
This function must be called immediately after NFC Reader/Writer Device read new NDEF message from NFC TNEP Tag Device.
[in] | data | NDEF Read raw data. |
[in] | len | Read data length. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |