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

  /system/nfc/src/hal/include/
nci_defs.h 641 uint8_t sensb_res_len; /* Length of SENSB_RES Response (Byte 2 - Byte 12 or
643 uint8_t sensb_res[NCI_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */ member in struct:__anon107199
659 uint8_t sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
  /system/nfc/src/nfc/include/
nfc_api.h 572 uint8_t sensb_res_len; /* Length of SENSB_RES Response (Byte 2 - Byte 12 or
574 uint8_t sensb_res[NFC_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */ member in struct:__anon107561
584 uint8_t sensf_res[NFC_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 607 SENSB_RES Response length (n) 1 byte Length of SENSB_RES Response (Byte 2 -
609 SENSB_RES Response Byte 2 - Byte 12 or 13 11 or 12 bytes Defined in [DIGPROT]
616 STREAM_TO_ARRAY(p_pb->sensb_res, p, p_pb->sensb_res_len);
617 memcpy(p_pb->nfcid0, p_pb->sensb_res, NFC_NFCID0_MAX_LEN);
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 739 in SENSB_RES response, byte 6 through 9 is Application Data, byte 10-12 or 13 is Protocol Info;
746 e->SetByteArrayRegion(pollBytes.get(), 0, len, (jbyte*) (mTechParams [i].param.pb.sensb_res+4));
    [all...]

Completed in 308 milliseconds