Searched refs:bSapMatch (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.c1578 uint8_t bSnMatch, bSapMatch; local
1590 bSapMatch = psTransport->pCachedServiceNames[index].nSap == nSap;
1591 if(bSnMatch && bSapMatch)
1596 else if((bSnMatch && !bSapMatch) || (!bSnMatch && bSapMatch))

Completed in 119 milliseconds