HomeSort by relevance Sort by last modified time
    Searched refs:NCI_VSC_MSG_HDR_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 115 p_data->offset = NCI_VSC_MSG_HDR_SIZE;
121 if ((p_data == NULL) || (p_data->offset < NCI_VSC_MSG_HDR_SIZE) || (p_data->len > NCI_MAX_VSC_SIZE))
123 NFC_TRACE_ERROR1 ("buffer offset must be >= %d", NCI_VSC_MSG_HDR_SIZE);
  /external/libnfc-nci/src/hal/include/
nci_defs.h 43 #define NCI_VSC_MSG_HDR_SIZE 12 /* NCI header (3) + callback function pointer(8; use 8 to be safe) + HCIT (1 byte) */

Completed in 648 milliseconds