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

  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.c 20 * for the Felica Smart Card.
97 * \brief returns maximum number of blocks can be read from the Felica Smart Card.
99 * The function is useful in reading of NDEF information from a felica tag.
131 * \brief Initiates Reading of NDEF information from the Felica Card.
157 NdefMap->Felica.Offset = Offset;
161 NdefMap->Felica.CurBlockNo = 0;
162 NdefMap->Felica.OpFlag = PH_FRINFC_NDEFMAP_FELI_RD_ATTR_RD_OP;
163 NdefMap->Felica.IntermediateCpyFlag = FALSE;
164 NdefMap->Felica.IntermediateCpyLen = 0;
165 NdefMap->Felica.Rd_NoBytesToCopy = 0
    [all...]
phFriNfc_NdefMap.c 81 /* Felica Smart Tag Reset Helper */
198 /*Reset Felica Tag elements*/
264 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
447 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel
    [all...]
phFriNfc_NdefMap.h 104 #define PH_FRINFC_NDEFMAP_FELICA_SMART_CARD 5 /**< \internal Felica Smart Tag */
105 #define PH_FRINFC_NDEFMAP_TOPAZ_CARD 7 /**< \internal Felica Smart Tag */
106 #define PH_FRINFC_NDEFMAP_TOPAZ_DYNAMIC_CARD 8 /**< \internal Felica Smart Tag */
166 /* Felica Mapping - Constants */
291 * \brief Felica Basic structure which details the different vaiables
352 * \brief Felica structure which details the different vaiables
363 Information, required to store the Felica
370 * \brief Felica structure which details the attribute related information.
396 * \brief Felica structure which details the different vaiables
    [all...]
phHal4Nfc.c 847 psDevCapabilities->ReaderSupProtocol.Felica = TRUE;
855 psDevCapabilities->EmulationSupProtocol.Felica = FALSE;
    [all...]
phLibNfc_initiator.c 231 /*Felica Type Tag Discovered */
232 if(TRUE == gpphLibContext->RegNtfType.Felica)
234 /*Copy the Felica tag info */
250 /*Copy the Felica tag info */
267 /*Copy the Felica tag info */
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 176 #define PHHAL_FEL_SYS_CODE_LEN 0x02U /**< Felica System Code Length */
177 #define PHHAL_FEL_ID_LEN 0x08U /**< Felica current ID Length */
178 #define PHHAL_FEL_PM_LEN 0x08U /**< Felica current PM Length */
302 unsigned int Felica : 1; /**< Protocol Felica. */
503 * The <em> Felica Command List Enumerator </em> lists all available Felica Commands.
510 phNfc_eFelica_Raw = 0xF0U, /**< Felica Raw command:\n
513 phNfc_eFelica_Check = 0x00, /**< Felica Check command:\n
514 - This command checks the data from the Felica
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 218 registry_info.Felica = TRUE;
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 83 milliseconds