Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c385 if ((p = NCI_GET_CMD_BUF (NCI_DISCOVER_PARAM_SIZE_SELECT)) == NULL) in nci_snd_discover_select_cmd()
389 p->len = NCI_MSG_HDR_SIZE + NCI_DISCOVER_PARAM_SIZE_SELECT; in nci_snd_discover_select_cmd()
396 UINT8_TO_STREAM (pp, NCI_DISCOVER_PARAM_SIZE_SELECT); in nci_snd_discover_select_cmd()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h363 #define NCI_DISCOVER_PARAM_SIZE_SELECT 0x03 /* ID, protocol, interface */ macro