Searched refs:NCI_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
131 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()
46 #define NCI_PAYLOAD(x) ((x)->payload) macro