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

  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 716 STREAM_TO_ARRAY(acm_p->atr_res, p, acm_p->atr_res_len);
717 /* ATR_RES
722 acm_p->waiting_time = acm_p->atr_res[NCI_L_NFC_DEP_TO_INDEX] & 0x0F;
723 mpl = ((acm_p->atr_res[mpl_idx]) >> 4) & 0x03;
729 memcpy(acm_p->gen_bytes, &acm_p->atr_res[gb_idx], acm_p->gen_bytes_len);
738 STREAM_TO_ARRAY(acm_p->atr_res, p, acm_p->atr_res_len);
744 mpl = ((acm_p->atr_res[mpl_idx]) >> 4) & 0x03;
750 memcpy(acm_p->gen_bytes, &acm_p->atr_res[gb_idx], acm_p->gen_bytes_len);
    [all...]
  /system/nfc/src/hal/include/
nci_defs.h 758 uint8_t atr_res_len; /* Length of ATR_RES */
759 uint8_t atr_res[NCI_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) as defined member in struct:__anon114676
802 uint8_t atr_res_len; /* Length of ATR_RES */
803 uint8_t atr_res[NCI_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) */ member in struct:__anon114682
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
phNciNfcTypes.h 37 /* Maximum length of ATR_RES (General Bytes) length expected */
phNfcTypes.h 38 #define PHNFC_MAX_ATR_LENGTH 0x30U /* Maximum ATR_RES (General Bytes) length expected */
  /system/nfc/halimpl/pn54x/common/
phNfcTypes.h 39 /* Maximum ATR_RES (General Bytes) length expected */
  /system/nfc/src/nfc/include/
nfc_api.h 683 uint8_t atr_res_len; /* Length of ATR_RES */
684 uint8_t atr_res[NFC_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) */ member in struct:__anon115045
    [all...]
  /system/nfc/src/nfa/p2p/
nfa_p2p_main.c 648 ** If LLCP WKS is changed then ATR_RES will be updated.
  /system/nfc/src/nfa/include/
nfa_api.h 716 uint8_t ln_atr_res_gen_bytes_len; /* General bytes in ATR_RES */
718 uint8_t ln_atr_res_config; /* Optional parameters (PPt) in ATR_RES */
    [all...]

Completed in 1199 milliseconds