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

  /external/libnfc-nxp/src/
phHciNfc_Felica.c 424 p_fel_tag_info->SystemCode[0] = 0;
425 p_fel_tag_info->SystemCode[1] = 0;
522 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = pResponse[index];
523 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = pResponse[index + 1];
528 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[0] = 0;
529 psHciContext->p_target_info->RemoteDevInfo.Felica_Info.SystemCode[1] = 0;
    [all...]
phFriNfc_FelicaMap.c     [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 716 uint8_t SystemCode[PHHAL_FEL_SYS_CODE_LEN]; /**< System code for Felica tags */
    [all...]
phNfcTypes.h 657 uint8_t SystemCode[PHHAL_FEL_SYS_CODE_LEN]; /**< System code of Felica tag */
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 345 + sizeof(psRemoteDevInfo->RemoteDevInfo.Felica_Info.SystemCode)));
349 sizeof(psRemoteDevInfo->RemoteDevInfo.Felica_Info.SystemCode),
350 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Felica_Info.SystemCode);
    [all...]

Completed in 64 milliseconds