Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_vs.cc97 NCI_VSC_MSG_HDR_SIZE); in NFC_SendRawVsCommand()
134 p_data->offset = NCI_VSC_MSG_HDR_SIZE; in NFC_SendVsCommand()
140 if ((p_data == nullptr) || (p_data->offset < NCI_VSC_MSG_HDR_SIZE) || in NFC_SendVsCommand()
143 NCI_VSC_MSG_HDR_SIZE); in NFC_SendVsCommand()
/system/nfc/src/include/
Dnci_defs.h40 #define NCI_VSC_MSG_HDR_SIZE 12 macro