Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc263 p = NCI_GET_CMD_BUF(NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion())); in nci_snd_nfcee_discover()
268 NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion()); in nci_snd_nfcee_discover()
275 UINT8_TO_STREAM(pp, NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion())); in nci_snd_nfcee_discover()
/system/nfc/src/include/
Dnci_defs.h257 #define NCI_PARAM_SIZE_DISCOVER_NFCEE(X) \ macro