Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/int/
Dnfc_int.h139 #define NFC_SAVED_HDR_SIZE (2) macro
181 UINT8 last_hdr[NFC_SAVED_HDR_SIZE];/* part of last NCI command header */
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c282 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue()