OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psServiceName
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c
43
phNfc_sData_t *
psServiceName
);
50
static NFCSTATUS phFriNfc_LlcpTransport_GetFreeSap(phFriNfc_LlcpTransport_t * psTransport, phNfc_sData_t *
psServiceName
, uint8_t * pnSap)
58
if ((
psServiceName
!= NULL) && (
psServiceName
->length > 0))
64
(memcmp(psTransport->pCachedServiceNames[i].sServiceName.buffer,
psServiceName
->buffer,
psServiceName
->length) == 0))
112
phNfc_sData_t *
psServiceName
)
133
psServiceName
->length,
134
psServiceName
->buffer);
[
all
...]
phFriNfc_LlcpTransport.h
502
phNfc_sData_t *
psServiceName
);
[
all
...]
phLibNfc_llcp.c
681
phNfc_sData_t *
psServiceName
703
result = phFriNfc_LlcpTransport_Bind(psSocket, nSap,
psServiceName
);
726
/* NOTE :
psServiceName
may be NULL, do not test it ! */
[
all
...]
phLibNfc.h
[
all
...]
phFriNfc_LlcpTransport_Connection.c
389
phNfc_sData_t *
psServiceName
,
425
*
psServiceName
= sValueBuffer;
[
all
...]
Completed in 44 milliseconds