HomeSort by relevance Sort by last modified time
    Searched refs:pfSocketAccept_Cb (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h 209 pphFriNfc_LlcpTransportSocketAcceptCb_t pfSocketAccept_Cb;
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 159 pLlcpSocket->pfSocketAccept_Cb = NULL;
phFriNfc_LlcpTransport_Connection.c 81 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext,status);
82 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb = NULL;
282 if (pLlcpSocket->pfSocketAccept_Cb != NULL)
284 pLlcpSocket->pfSocketAccept_Cb(pLlcpSocket->pAcceptContext, NFCSTATUS_ABORTED);
285 pLlcpSocket->pfSocketAccept_Cb = NULL;
    [all...]

Completed in 32 milliseconds