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 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-nxp/inc/
phNfcTypes.h 559 uint8_t Sak; /**< SAK informationof the TYPE A
737 /**< SAK information of the tag discovered */
    [all...]

Completed in 53 milliseconds