Home
last modified time | relevance | path

Searched refs:NCI_MSG_CORE_CONN_CREATE (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c603 if (op_code == NCI_MSG_CORE_CONN_CREATE) in nfc_hal_nci_preproc_rx_nci_msg()
690 if (op_code == NCI_MSG_CORE_CONN_CREATE) in nci_brcm_check_cmd_create_hcp_connection()
/external/libnfc-nci/src/nfc/nci/
Dnci_hrcv.c80 case NCI_MSG_CORE_CONN_CREATE: in nci_proc_core_rsp()
Dnci_hmsgs.c209 NCI_MSG_BLD_HDR1 (pp, NCI_MSG_CORE_CONN_CREATE); in nci_snd_core_conn_create()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h205 #define NCI_MSG_CORE_CONN_CREATE 4 macro