Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc46 tNFC_NCI_PKT nci_pkt; in hal_nci_send_reset() local
48 memset(&nci_pkt, 0, sizeof(tNFC_NCI_PKT)); in hal_nci_send_reset()
49 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_reset()
50 nci_pkt.oid = NCI_CORE_RESET; in hal_nci_send_reset()
51 nci_pkt.len = 0x01; in hal_nci_send_reset()
52 nci_pkt.payload[0] = 0x01; // Reset config in hal_nci_send_reset()
54 hal_nci_send(&nci_pkt); in hal_nci_send_reset()
61 tNFC_NCI_PKT nci_pkt; in hal_nci_send_init() local
65 memset(&nci_pkt, 0, sizeof(tNFC_NCI_PKT)); in hal_nci_send_init()
66 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_init()
[all …]