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.
100 * \brief returns maximum number of blocks can be read from the Felica Smart Card.
102 * The function is useful in reading of NDEF information from a felica tag.
134 * \brief Initiates Reading of NDEF information from the Felica Card.
160 NdefMap->Felica.Offset = Offset;
164 NdefMap->Felica.CurBlockNo = 0;
165 NdefMap->Felica.OpFlag = PH_FRINFC_NDEFMAP_FELI_RD_ATTR_RD_OP;
166 NdefMap->Felica.IntermediateCpyFlag = FALSE;
167 NdefMap->Felica.IntermediateCpyLen = 0;
168 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
890 /** \internal stores operating mode type of the felica smart tag *
    [all...]
phHal4Nfc.c 845 psDevCapabilities->ReaderSupProtocol.Felica = TRUE;
853 psDevCapabilities->EmulationSupProtocol.Felica = FALSE;
    [all...]
phLibNfc_initiator.c 226 /*Felica Type Tag Discovered */
227 if(TRUE == gpphLibContext->RegNtfType.Felica)
229 /*Copy the Felica tag info */
245 /*Copy the Felica tag info */
262 /*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 */
324 unsigned int Felica : 1; /**< Protocol Felica. */
525 * The <em> Felica Command List Enumerator </em> lists all available Felica Commands.
532 phNfc_eFelica_Raw = 0xF0U, /**< Felica Raw command:\n
535 phNfc_eFelica_Check = 0x00, /**< Felica Check command:\n
536 - This command checks the data from the Felica
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 201 registry_info.Felica = TRUE;
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 2900 milliseconds