Home
last modified time | relevance | path

Searched refs:NFC_MAX_ATTRIB_LEN (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/nfc/src/nfc/include/
H A Dnfc_api.h677 #define NFC_MAX_ATTRIB_LEN NCI_MAX_ATTRIB_LEN macro
681 uint8_t attrib_res[NFC_MAX_ATTRIB_LEN]; /* ATTRIB RES */
689 uint8_t attrib_req[NFC_MAX_ATTRIB_LEN]; /* ATTRIB REQ (Byte 2 - 10+k)*/
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1150 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
1151 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
1187 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
1188 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()