Searched defs:status_words (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c267 UINT16 starting_offset, status_words; local
294 status_words = T4T_RSP_CMD_CMPLTED;
325 if (!ce_t4t_send_status (status_words))
330 if (status_words == T4T_RSP_CMD_CMPLTED)
374 UINT16 file_id, status_words; local
390 status_words = T4T_RSP_CMD_CMPLTED;
394 status_words = T4T_RSP_NOT_FOUND;
399 status_words = T4T_RSP_WRONG_LENGTH;
402 if (!ce_t4t_send_status (status_words))
407 if (status_words
426 UINT16 status_words = 0x0000; /* invalid status words */ local
[all...]
H A Drw_t4t.c549 UINT16 status_words, nlen; local
562 BE_STREAM_TO_UINT16 (status_words, p);
564 if (status_words != T4T_RSP_CMD_CMPLTED)
795 UINT16 status_words; local
808 BE_STREAM_TO_UINT16 (status_words, p);
810 if (status_words != T4T_RSP_CMD_CMPLTED)
893 UINT16 status_words; local
906 BE_STREAM_TO_UINT16 (status_words, p);
908 if (status_words != T4T_RSP_CMD_CMPLTED)

Completed in 116 milliseconds