OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socketIndex
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c
112
switch(psTransport->pSocketTable[psTransport->
socketIndex
].eSocket_State)
117
psTransport->pSocketTable[psTransport->
socketIndex
].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
119
psTransport->pSocketTable[psTransport->
socketIndex
].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->
socketIndex
].pAcceptContext,status);
120
psTransport->pSocketTable[psTransport->
socketIndex
].pfSocketAccept_Cb = NULL;
121
psTransport->pSocketTable[psTransport->
socketIndex
].pAcceptContext = NULL;
127
psTempLlcpSocket = psTransport->pSocketTable[psTransport->
socketIndex
];
130
result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[psTransport->
socketIndex
]);
139
if(!psTransport->pSocketTable[psTransport->
socketIndex
].bSocketSendPending && psTransport->pSocketTable[psTransport->
socketIndex
].pfSocketSend_Cb != NULL
[
all
...]
phFriNfc_LlcpTransport.h
241
uint8_t
socketIndex
;
[
all
...]
phFriNfc_LlcpTransport.c
171
pLlcpTransport->
socketIndex
= FALSE;
[
all
...]
Completed in 768 milliseconds