Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc50 nci_pkt.oid = NCI_CORE_RESET; in hal_nci_send_reset()
204 if (NCI_OID(pkt) == NCI_CORE_RESET) { in nfc_hal_prehandler()
Dhal_task.cc136 if (NCI_OID(pkt) == NCI_CORE_RESET && NCI_LEN(pkt) == 1) { in nfc_hal_postinit_sm()
159 if (NCI_OID(pkt) == NCI_CORE_RESET) { in nfc_hal_postinit_sm()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h65 #define NCI_CORE_RESET 0x00 macro