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

◆ svc_received

void(* nfc_tnep_poller_cb::svc_received) (const struct nfc_ndef_tnep_rec_svc_param *param, const struct nfc_tnep_poller_msg *msg, bool timeout)

Function called when TNEP Service was read.

Note
Service should be deselected in case of received timeout. The nfc_tnep_poller_svc_deselect should be used to it.
Parameters
[in]paramPointer to the selected service parameters.
[in]msgPointer to TNEP Poller Message structure contains status and received additional NDEF data.
[in]timeoutIndicates that TNEP Tag Device does not prepare NDEF Message within time.