Searched refs:NCI_STATUS_OK (Results 1 – 4 of 4) sorted by relevance
79 #define NCI_STATUS_OK 0x00 macro
27 NCI_STATUS_OK = 0x00, /**< NCI common status code */ enumerator
95 if (NCI_STATUS(pkt) != NCI_STATUS_OK && in nfc_hal_open_sm()103 if (NCI_STATUS(pkt) == NCI_STATUS_OK) { in nfc_hal_open_sm()
179 dummy_rsp.payload[0] = NCI_STATUS_OK; in nfc_hal_prehandler()