Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_vs.c115 p_data->offset = NCI_VSC_MSG_HDR_SIZE; in NFC_SendVsCommand()
121 …if ((p_data == NULL) || (p_data->offset < NCI_VSC_MSG_HDR_SIZE) || (p_data->len > NCI_MAX_VSC_SIZE… in NFC_SendVsCommand()
123 NFC_TRACE_ERROR1 ("buffer offset must be >= %d", NCI_VSC_MSG_HDR_SIZE); in NFC_SendVsCommand()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h43 #define NCI_VSC_MSG_HDR_SIZE 12 /* NCI header (3) + callback function pointer(8; use 8 to be sa… macro