HomeSort by relevance Sort by last modified time
    Searched defs:Sak (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 413 /**SAK byte*/
414 uint8_t Sak = 0;
418 will have to be done within this module based on SAK byte and UID info*/
446 Sak = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
451 if(Sak & ISO_14443_BITMASK)
456 else if(Sak & MIFARE_BITMASK)
461 else if((0 == Sak)&& (0 == Count))
478 else if ( !(Sak & ISO_14443_BITMASK) &&
479 !(Sak & NFCIP_BITMASK)
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 580 uint8_t Sak; /**< SAK informationof the TYPE A
    [all...]

Completed in 146 milliseconds