Home
last modified time | relevance | path

Searched refs:atr_res (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer.proto162 optional bytes atr_res = 1; field
242 optional bytes atr_res = 1; field
/system/nfc/src/include/
Dnci_defs.h683 uint8_t atr_res[NCI_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) as defined member
713 uint8_t atr_res[NCI_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) */ member
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1195 STREAM_TO_ARRAY(p_pa_nfc->atr_res, p, p_pa_nfc->atr_res_len); in nfc_ncif_proc_activate()
1210 p_pa_nfc->atr_res[NCI_L_NFC_DEP_TO_INDEX] & 0x0F; in nfc_ncif_proc_activate()
1224 mpl = ((p_pa_nfc->atr_res[mpl_idx]) >> 4) & 0x03; in nfc_ncif_proc_activate()
1230 memcpy(p_pa_nfc->gen_bytes, &p_pa_nfc->atr_res[gb_idx], in nfc_ncif_proc_activate()
/system/nfc/tools/casimir/src/
Dnci_packets.pdl691 _size_(atr_res) : 8,
692 atr_res : 8[],
/system/nfc/src/nfc/include/
Dnfc_api.h655 uint8_t atr_res[NFC_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) */ member