Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h192 #define NFC_HAL_SAVED_HDR_SIZE (2) macro
372 …UINT8 last_hdr[NFC_HAL_SAVED_HDR_SIZE];/* part of last NCI command header …
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c918 memcpy(nfc_hal_cb.ncit_cb.last_hdr, ps, NFC_HAL_SAVED_HDR_SIZE); in nfc_hal_dm_send_nci_cmd()
963 memcpy(nfc_hal_cb.ncit_cb.last_hdr, p, NFC_HAL_SAVED_HDR_SIZE); in nfc_hal_dm_send_pend_cmd()