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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h 46 typedef struct phFriNfc_LlcpTransport phFriNfc_LlcpTransport_t;
222 phFriNfc_LlcpTransport_t *psTransport;
301 bool_t testAndSetSendPending(phFriNfc_LlcpTransport_t* transport);
303 void clearSendPending(phFriNfc_LlcpTransport_t* transport);
310 NFCSTATUS phFriNfc_LlcpTransport_Reset (phFriNfc_LlcpTransport_t *pLlcpSocketTable,
319 NFCSTATUS phFriNfc_LlcpTransport_CloseAll (phFriNfc_LlcpTransport_t *pLlcpSocketTable);
327 NFCSTATUS phFriNfc_LlcpTransport_LinkSend( phFriNfc_LlcpTransport_t *LlcpTransport,
342 NFCSTATUS phFriNfc_LlcpTransport_SendDisconnectMode(phFriNfc_LlcpTransport_t* psTransport,
352 NFCSTATUS phFriNfc_LlcpTransport_SendFrameReject(phFriNfc_LlcpTransport_t *psTransport,
370 NFCSTATUS phFriNfc_LlcpTransport_DiscoverServices( phFriNfc_LlcpTransport_t *pLlcpTransport
    [all...]
phFriNfc_LlcpTransport_Connectionless.h 34 void Handle_Connectionless_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,
phFriNfc_LlcpTransport_Connection.h 33 void Handle_ConnectionOriented_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,
phFriNfc_LlcpTransport.c 45 static NFCSTATUS phFriNfc_LlcpTransport_DiscoverServicesEx(phFriNfc_LlcpTransport_t *psTransport);
50 static NFCSTATUS phFriNfc_LlcpTransport_GetFreeSap(phFriNfc_LlcpTransport_t * psTransport, phNfc_sData_t *psServiceName, uint8_t * pnSap)
190 static phFriNfc_LlcpTransport_Socket_t* phFriNfc_LlcpTransport_ServiceNameLoockup(phFriNfc_LlcpTransport_t *psTransport,
251 static NFCSTATUS phFriNfc_LlcpTransport_DiscoveryAnswer(phFriNfc_LlcpTransport_t *psTransport)
314 static void Handle_Discovery_IncomingFrame(phFriNfc_LlcpTransport_t *psTransport,
453 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext;
531 bool_t testAndSetSendPending(phFriNfc_LlcpTransport_t* transport) {
540 void clearSendPending(phFriNfc_LlcpTransport_t* transport) {
550 phFriNfc_LlcpTransport_t *psTransport = (phFriNfc_LlcpTransport_t*)pContext
    [all...]
phFriNfc_LlcpTransport_Connection.c 48 phFriNfc_LlcpTransport_t *psTransport;
56 psTransport = (phFriNfc_LlcpTransport_t*)pContext;
114 phFriNfc_LlcpTransport_t *psTransport = pSocket->psTransport;
234 phFriNfc_LlcpTransport_t *psTransport = psLlcpSocket->psTransport;
463 static void Handle_ConnectionFrame(phFriNfc_LlcpTransport_t *psTransport,
638 static void Handle_ConnectionCompleteFrame(phFriNfc_LlcpTransport_t *psTransport,
723 static void Handle_DisconnectFrame(phFriNfc_LlcpTransport_t *psTransport,
803 static void Handle_DisconnetModeFrame(phFriNfc_LlcpTransport_t *psTransport,
    [all...]
phLibNfc_Internal.h 193 phFriNfc_LlcpTransport_t sLlcpTransportContext;
phFriNfc_LlcpTransport_Connectionless.c 68 void Handle_Connectionless_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,

Completed in 72 milliseconds