Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c420 if ((p = NCI_GET_CMD_BUF (NCI_DISCOVER_PARAM_SIZE_DEACT)) == NULL) in nci_snd_deactivate_cmd()
424 p->len = NCI_MSG_HDR_SIZE + NCI_DISCOVER_PARAM_SIZE_DEACT; in nci_snd_deactivate_cmd()
431 UINT8_TO_STREAM (pp, NCI_DISCOVER_PARAM_SIZE_DEACT); in nci_snd_deactivate_cmd()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h367 #define NCI_DISCOVER_PARAM_SIZE_DEACT 0x01 /* type */ macro