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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 68 pLlcpSocket->bSocketSendPending = FALSE;
98 pLlcpSocket->bSocketSendPending = FALSE;
164 if(pLlcpSocket->bSocketSendPending == TRUE)
176 pLlcpSocket->bSocketSendPending = TRUE;
phFriNfc_LlcpTransport_Connection.c 127 if(psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending != TRUE)
152 || psTransport->pSocketTable[index].bSocketSendPending == TRUE
180 if(psLocalLlcpSocket->bSocketSendPending == TRUE)
212 psLocalLlcpSocket->bSocketSendPending = FALSE;
315 if(psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending != TRUE)
    [all...]
phFriNfc_LlcpTransport.h 174 bool_t bSocketSendPending;
    [all...]
phFriNfc_LlcpTransport.c 160 pLlcpTransport->pSocketTable[i].bSocketSendPending = FALSE;
    [all...]

Completed in 139 milliseconds