Searched refs:NCI_GID_PROP (Results 1 – 3 of 3) sorted by relevance
114 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()
91 if (NCI_MT(pkt) != NCI_MT_RSP || NCI_GID(pkt) != NCI_GID_PROP || in nfc_hal_open_sm()
63 #define NCI_GID_PROP 0x0F macro