Home
last modified time | relevance | path

Searched refs:attrib_res (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer.proto150 optional bytes attrib_res = 1; field
/system/nfc/src/include/
Dnci_defs.h702 attrib_res[NCI_MAX_ATTRIB_LEN]; /* ATTRIB RES as defined in [DIGPROT] */ member
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1113 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()
1114 p_pb_iso->mbli = (p_pb_iso->attrib_res[0]) >> 4; in nfc_ncif_proc_activate()
1121 &p_pb_iso->attrib_res[NFC_PB_ATTRIB_REQ_FIXED_BYTES], in nfc_ncif_proc_activate()
/system/nfc/src/nfc/include/
Dnfc_api.h679 uint8_t attrib_res[NFC_MAX_ATTRIB_LEN]; /* ATTRIB RES */ member