Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc131 ret = device_read(NCI_PAYLOAD(pkt), NCI_LEN(pkt)); in nci_read_payload()
184 uint32_t timeout = NCI_PAYLOAD(pkt)[0] * 1000; // sec in nfc_hal_prehandler()
188 timeout += NCI_PAYLOAD(pkt)[1] * 1000 * 60; // min in nfc_hal_prehandler()
190 if (NCI_LEN(pkt) > 2) option = NCI_PAYLOAD(pkt)[2]; in nfc_hal_prehandler()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h46 #define NCI_PAYLOAD(x) ((x)->payload) macro