OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psTransport
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
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)
55
phFriNfc_LlcpTransport_Socket_t* pSocketTable =
psTransport
->pSocketTable;
63
if((
psTransport
->pCachedServiceNames[i].sServiceName.length > 0) &&
64
(memcmp(
psTransport
->pCachedServiceNames[i].sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0))
67
*pnSap =
psTransport
->pCachedServiceNames[i].nSap;
190
static phFriNfc_LlcpTransport_Socket_t* phFriNfc_LlcpTransport_ServiceNameLoockup(phFriNfc_LlcpTransport_t *
psTransport
,
201
pSocket = &
psTransport
->pSocketTable[index];
215
pCachedServiceName = &
psTransport
->pCachedServiceNames[cacheIndex];
251
static NFCSTATUS phFriNfc_LlcpTransport_DiscoveryAnswer(phFriNfc_LlcpTransport_t *
psTransport
)
[
all
...]
phFriNfc_LlcpTransport_Connection.c
48
phFriNfc_LlcpTransport_t *
psTransport
;
56
psTransport
= (phFriNfc_LlcpTransport_t*)pContext;
61
switch(
psTransport
->pSocketTable[socketIndex].eSocket_State)
66
psTransport
->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
68
psTransport
->pSocketTable[socketIndex].pfSocketAccept_Cb(
psTransport
->pSocketTable[socketIndex].pAcceptContext,status);
69
psTransport
->pSocketTable[socketIndex].pfSocketAccept_Cb = NULL;
70
psTransport
->pSocketTable[socketIndex].pAcceptContext = NULL;
76
psTempLlcpSocket =
psTransport
->pSocketTable[socketIndex];
79
result = phFriNfc_LlcpTransport_Close(&
psTransport
->pSocketTable[socketIndex])
[
all
...]
phFriNfc_LlcpTransport.h
222
phFriNfc_LlcpTransport_t *
psTransport
;
342
NFCSTATUS phFriNfc_LlcpTransport_SendDisconnectMode(phFriNfc_LlcpTransport_t*
psTransport
,
352
NFCSTATUS phFriNfc_LlcpTransport_SendFrameReject(phFriNfc_LlcpTransport_t *
psTransport
,
[
all
...]
Completed in 2729 milliseconds