Home
last modified time | relevance | path

Searched refs:NCI_GID_PROP (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc114 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_PROP; in hal_nci_send_prop_fw_cfg()
152 if (NCI_GID(pkt) == NCI_GID_PROP) { in nfc_hal_prehandler()
167 if (NCI_GID(pkt) == NCI_GID_PROP) { in nfc_hal_prehandler()
176 dummy_rsp.oct0 = NCI_MT_RSP | NCI_PBF_LAST | NCI_GID_PROP; in nfc_hal_prehandler()
205 pkt->oct0 = NCI_MT_RSP | NCI_PBF_LAST | NCI_GID_PROP; in nfc_hal_prehandler()
Dhal_task.cc91 if (NCI_MT(pkt) != NCI_MT_RSP || NCI_GID(pkt) != NCI_GID_PROP || in nfc_hal_open_sm()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h63 #define NCI_GID_PROP 0x0F macro