HomeSort by relevance Sort by last modified time
    Searched refs:sak (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.c 202 uint8_t sak = 0; local
208 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
213 if (0x00 == sak)
257 uint8_t sak = 0; local
265 /* SAK (Select response) */
266 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
271 /* SAK (Select response) */
272 sak = NdefSmtCrdFmt->psRemoteDevInfo->RemoteDevInfo.CardInfo106
    [all...]
phHciNfc_CE_A.c 148 static uint8_t sak = HOST_CE_A_SAK_DEFAULT; local
189 /* HOST Card Emulation A SAK Configuration */
191 /* Configure the SAK of Host Card Emulation A */
192 sak = (uint8_t)HOST_CE_A_SAK_DEFAULT;
193 ps_pipe_info->param_info =(void*)&sak ;
194 ps_pipe_info->param_length = sizeof(sak) ;
phFriNfc_NdefMap.c 717 uint8_t sak; local
744 sak = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
769 if(0x00 == sak)
771 /* The SAK/Sel_Res says the card is of the type
780 else if ((0x08 == (sak & 0x18)) ||
781 (0x18 == (sak & 0x18)) ||
782 (0x01 == sak))
784 /* The SAK/Sel_Res says the card is of the type
797 The SAK/Sel_Res is wrong *
    [all...]
phFriNfc_MifareStdMap.c 572 sak; local
590 sak = NdefMap->psRemoteDevInfo->RemoteDevInfo.CardInfo106.
595 sak = NdefMap->psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;
600 if (0x08 == (sak & 0x18))
654 /* Mifare 1k, sak = 0x08 atq = 0x04
655 Mifare 4k, sak = 0x38 atq = 0x02 */
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 244 int get_technology_type(phNfc_eRemDevType_t type, uint8_t sak);
com_android_nfc.cpp 467 int sak = devList[target].psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak; local
468 switch(sak)
  /external/libnfc-nci/src/hal/include/
nci_defs.h 635 UINT8 sel_rsp; /* SEL_RSP (SAK) Available after Collision Resolution */
763 UINT8 sak; member in struct:__anon10194

Completed in 87 milliseconds