Searched refs:psServiceName (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpTransport.c | 654 phNfc_sData_t *psServiceName, in phFriNfc_LlcpTransport_Listen() argument 661 if(pLlcpSocket == NULL || pListen_Cb == NULL|| pContext == NULL || psServiceName == NULL) in phFriNfc_LlcpTransport_Listen() 681 else if(psServiceName->length > PHFRINFC_LLCP_SN_MAX_LENGTH) in phFriNfc_LlcpTransport_Listen() 686 else if((psServiceName->length > 0) && in phFriNfc_LlcpTransport_Listen() 693 else if((psServiceName->length == 0) && in phFriNfc_LlcpTransport_Listen() 702 psServiceName, in phFriNfc_LlcpTransport_Listen()
|
D | phFriNfc_LlcpTransport_Connection.h | 128 … phNfc_sData_t *psServiceName,
|
D | phFriNfc_LlcpTransport_Connection.c | 600 phNfc_sData_t *psServiceName, in phFriNfc_Llcp_GetSocket_Params() argument 636 *psServiceName = sValueBuffer; in phFriNfc_Llcp_GetSocket_Params() 1832 … phNfc_sData_t *psServiceName, in phFriNfc_LlcpTransport_ConnectionOriented_Listen() argument 1840 if (psServiceName != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_Listen() 1852 if(pCurrentSocket->sServiceName.length != psServiceName->length) { in phFriNfc_LlcpTransport_ConnectionOriented_Listen() 1856 … if(memcmp(pCurrentSocket->sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0) in phFriNfc_LlcpTransport_ConnectionOriented_Listen() 1874 pLlcpSocket->sServiceName.length = psServiceName->length; in phFriNfc_LlcpTransport_ConnectionOriented_Listen() 1875 pLlcpSocket->sServiceName.buffer = phOsalNfc_GetMemory(psServiceName->length); in phFriNfc_LlcpTransport_ConnectionOriented_Listen() 1880 memcpy(pLlcpSocket->sServiceName.buffer, psServiceName->buffer, psServiceName->length); in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
|
D | phFriNfc_LlcpTransport.h | 430 phNfc_sData_t *psServiceName,
|
D | phLibNfc_llcp.c | 641 phNfc_sData_t *psServiceName, in phLibNfc_Llcp_Listen() argument 668 psServiceName, in phLibNfc_Llcp_Listen()
|
D | phLibNfc.h | 2738 phNfc_sData_t *psServiceName,
|