Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dnfc_int.h153 #define NFC_SAVED_HDR_SIZE (2) macro
200 uint8_t last_hdr[NFC_SAVED_HDR_SIZE]; /* part of last NCI command header */
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc283 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue()