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:__anon10183
661 UINT8 sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 535 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
536 UINT8 sensb_res[NFC_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */ member in struct:__anon10567
546 UINT8 sensf_res[NFC_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 657 SENSB_RES Response length (n) 1 byte Length of SENSB_RES Response (Byte 2 - Byte 12 or 13)Available after Technology Detection
658 SENSB_RES Response Byte 2 - Byte 12 or 13 11 or 12 bytes Defined in [DIGPROT] Available after Technology Detection
664 STREAM_TO_ARRAY (p_pb->sensb_res, p, p_pb->sensb_res_len);
665 memcpy (p_pb->nfcid0, p_pb->sensb_res, NFC_NFCID0_MAX_LEN);
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 666 in SENSB_RES response, byte 6 through 9 is Application Data, byte 10-12 or 13 is Protocol Info;
673 e->SetByteArrayRegion(pollBytes.get(), 0, len, (jbyte*) (mTechParams [i].param.pb.sensb_res+4));
    [all...]

Completed in 28 milliseconds