Searched defs:pTmlReadComplete (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/tml/
H A DphTmlNfc.c760 ** pTmlReadComplete - pointer to the function to be invoked upon completion of read operation
769 NFCSTATUS phTmlNfc_Read(uint8_t *pBuffer, uint16_t wLength, pphTmlNfc_TransactCompletionCb_t pTmlReadComplete, void *pContext) argument
777 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlReadComplete))
787 gpphTmlNfc_Context->tReadInfo.pThread_Callback = pTmlReadComplete;

Completed in 55 milliseconds