Home
last modified time | relevance | path

Searched refs:bSnMatch (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c1578 uint8_t bSnMatch, bSapMatch; in phFriNfc_LlcpTransport_RegisterName() local
1589bSnMatch = (memcmp(psTransport->pCachedServiceNames[index].sServiceName.buffer, psServiceName->buf… in phFriNfc_LlcpTransport_RegisterName()
1591 if(bSnMatch && bSapMatch) in phFriNfc_LlcpTransport_RegisterName()
1596 else if((bSnMatch && !bSapMatch) || (!bSnMatch && bSapMatch)) in phFriNfc_LlcpTransport_RegisterName()