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

  /external/libnfc-nxp/src/
phHal4Nfc_ADD.c 426 /**SAK byte*/
427 uint8_t Sak = 0;
431 will have to be done within this module based on SAK byte and UID info*/
459 Sak = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
464 if(Sak & ISO_14443_BITMASK)
469 switch( Sak )
484 if((0 == Sak)&& (0 == Count))
502 if((Sak & NFCIP_BITMASK) &&
507 if( Sak == 0x53 // Fudan card incompatible to ISO1809
    [all...]
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcTypes.h 189 uint8_t Sak; /* SAK information of the TYPE A
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNciNfcTypes.h 181 uint8_t Sak; /* SAK information of the TYPE ATag Discovered
phNfcTypes.h 189 uint8_t Sak; /* SAK information of the TYPE A
  /external/libnfc-nxp/inc/
phNfcTypes.h 559 uint8_t Sak; /**< SAK informationof the TYPE A
737 /**< SAK information of the tag discovered */
    [all...]

Completed in 1271 milliseconds