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.c259 p = NCI_GET_CMD_BUF(NCI_PARAM_SIZE_DISCOVER_NFCEE); in nci_snd_nfcee_discover()
263 p->len = NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE; in nci_snd_nfcee_discover()
270 UINT8_TO_STREAM(pp, NCI_PARAM_SIZE_DISCOVER_NFCEE); in nci_snd_nfcee_discover()
/system/nfc/src/hal/include/
Dnci_defs.h308 #define NCI_PARAM_SIZE_DISCOVER_NFCEE 0x01 /* Discovery Action (1 octet) */ macro