Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc49 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_reset()
66 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_init()
85 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_RF_MANAGE; in hal_nci_send_clearLmrt()
114 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_PROP; in hal_nci_send_prop_fw_cfg()
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()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h57 #define NCI_PBF_LAST 0x00 macro