HomeSort by relevance Sort by last modified time
    Searched full:pupi (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_CE_B.c 144 static uint8_t pupi[] = {0, 0, 0, 0}; local
188 /* HOST Card Emulation B PUPI Configuration */
191 ps_pipe_info->param_info =(void*)&pupi ;
192 ps_pipe_info->param_length = sizeof(pupi) ;
phHciNfc_RFReaderB.c 701 HCI_PRINT_BUFFER("\tReader B PUPI", reg_value, reg_length);
702 /* Update PUPI buffer and length in the remote device info,
703 PUPI length is 4 bytes */
706 (void)memcpy((void *)p_tag_b_info->AtqB.AtqResInfo.Pupi,
    [all...]
phHciNfc_RFReaderB.h 169 * get the PUPI, AFI, APPLICATION_DATA etc.
phHciNfc_RFReader.c     [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 173 #define PHHAL_PUPI_LENGTH 0x04U /**< PUPI length */
609 uint8_t Pupi[PHHAL_PUPI_LENGTH]; /**< PUPI information of the TYPE B
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 775 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
776 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
    [all...]

Completed in 161 milliseconds