Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dnfc_api.h648 #define NFC_MAX_ATTRIB_LEN NCI_MAX_ATTRIB_LEN macro
653 UINT8 attrib_res[NFC_MAX_ATTRIB_LEN];/* ATTRIB RES */
662 UINT8 attrib_req[NFC_MAX_ATTRIB_LEN];/* ATTRIB REQ (Byte 2 - 10+k)*/
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c861 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
862 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
885 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
886 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()