Searched refs:phFriNfc_LlcpTransport_t (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpTransport.h | 46 typedef struct phFriNfc_LlcpTransport phFriNfc_LlcpTransport_t; typedef 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 …]
|
D | phFriNfc_LlcpTransport.c | 45 static NFCSTATUS phFriNfc_LlcpTransport_DiscoverServicesEx(phFriNfc_LlcpTransport_t *psTransport); 50 static NFCSTATUS phFriNfc_LlcpTransport_GetFreeSap(phFriNfc_LlcpTransport_t * psTransport, phNfc_sD… in phFriNfc_LlcpTransport_GetFreeSap() 190 …cpTransport_Socket_t* phFriNfc_LlcpTransport_ServiceNameLoockup(phFriNfc_LlcpTransport_t *psTransp… in phFriNfc_LlcpTransport_ServiceNameLoockup() 251 static NFCSTATUS phFriNfc_LlcpTransport_DiscoveryAnswer(phFriNfc_LlcpTransport_t *psTransport) in phFriNfc_LlcpTransport_DiscoveryAnswer() 314 static void Handle_Discovery_IncomingFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_Discovery_IncomingFrame() 453 phFriNfc_LlcpTransport_t* pLlcpTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport__Recv_CB() 531 bool_t testAndSetSendPending(phFriNfc_LlcpTransport_t* transport) { in testAndSetSendPending() 540 void clearSendPending(phFriNfc_LlcpTransport_t* transport) { in clearSendPending() 550 phFriNfc_LlcpTransport_t *psTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport_Send_CB() 652 NFCSTATUS phFriNfc_LlcpTransport_Reset (phFriNfc_LlcpTransport_t *pLlcpTransport, in phFriNfc_LlcpTransport_Reset() [all …]
|
D | phFriNfc_LlcpTransport_Connection.c | 48 phFriNfc_LlcpTransport_t *psTransport; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB() 56 psTransport = (phFriNfc_LlcpTransport_t*)pContext; in phFriNfc_LlcpTransport_ConnectionOriented_SendLlcp_CB() 114 phFriNfc_LlcpTransport_t *psTransport = pSocket->psTransport; in phFriNfc_LlcpTransport_ConnectionOriented_HandlePendingOperations() 234 phFriNfc_LlcpTransport_t *psTransport = psLlcpSocket->psTransport; in static_performSendInfo() 463 static void Handle_ConnectionFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_ConnectionFrame() 638 static void Handle_ConnectionCompleteFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_ConnectionCompleteFrame() 723 static void Handle_DisconnectFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_DisconnectFrame() 803 static void Handle_DisconnetModeFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_DisconnetModeFrame() 894 static void Handle_Receive_IFrame(phFriNfc_LlcpTransport_t *psTransport, in Handle_Receive_IFrame() 1159 static void Handle_ReceiveReady_Frame(phFriNfc_LlcpTransport_t *psTransport, in Handle_ReceiveReady_Frame() [all …]
|
D | phFriNfc_LlcpTransport_Connectionless.h | 34 void Handle_Connectionless_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,
|
D | phFriNfc_LlcpTransport_Connection.h | 33 void Handle_ConnectionOriented_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport,
|
D | phLibNfc_Internal.h | 193 phFriNfc_LlcpTransport_t sLlcpTransportContext;
|
D | phFriNfc_LlcpTransport_Connectionless.c | 68 void Handle_Connectionless_IncommingFrame(phFriNfc_LlcpTransport_t *pLlcpTransport, in Handle_Connectionless_IncommingFrame()
|