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

  /external/libnfc-nci/src/hal/include/
nci_defs.h 644 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
645 UINT8 sensb_res[NCI_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */ member in struct:__anon28529
661 UINT8 sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 536 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
537 UINT8 sensb_res[NFC_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */ member in struct:__anon28918
547 UINT8 sensf_res[NFC_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 660 SENSB_RES Response length (n) 1 byte Length of SENSB_RES Response (Byte 2 - Byte 12 or 13)Available after Technology Detection
661 SENSB_RES Response Byte 2 - Byte 12 or 13 11 or 12 bytes Defined in [DIGPROT] Available after Technology Detection
667 STREAM_TO_ARRAY (p_pb->sensb_res, p, p_pb->sensb_res_len);
668 memcpy (p_pb->nfcid0, p_pb->sensb_res, NFC_NFCID0_MAX_LEN);
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 715 in SENSB_RES response, byte 6 through 9 is Application Data, byte 10-12 or 13 is Protocol Info;
722 e->SetByteArrayRegion(pollBytes.get(), 0, len, (jbyte*) (mTechParams [i].param.pb.sensb_res+4));
    [all...]

Completed in 183 milliseconds