Lines Matching defs:ndef_status

1320     tNFC_STATUS         ndef_status = NFC_STATUS_CONTINUE;
1382 if ((ndef_status = rw_t1t_send_dyn_cmd (T1T_CMD_READ8, (UINT8) (p_t1t->block_read), NULL)) == NFC_STATUS_OK)
1384 ndef_status = NFC_STATUS_CONTINUE;
1392 if ((ndef_status = rw_t1t_send_dyn_cmd (T1T_CMD_RSEG, adds, NULL)) == NFC_STATUS_OK)
1394 ndef_status = NFC_STATUS_CONTINUE;
1401 ndef_status = NFC_STATUS_OK;
1403 return ndef_status;
1421 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE;
1510 ndef_status = NFC_STATUS_FAILED;
1515 ndef_status = rw_t1t_send_ndef_block (write_block, block);
1534 ndef_status = NFC_STATUS_FAILED;
1539 ndef_status = rw_t1t_send_ndef_byte (write_block[index], block, index, new_lengthfield_len);
1542 return ndef_status;
1559 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE;
1593 ndef_status = NFC_STATUS_FAILED;
1598 ndef_status = rw_t1t_send_ndef_block (write_block, block);
1607 ndef_status = NFC_STATUS_FAILED;
1612 ndef_status = rw_t1t_send_ndef_byte (write_block[index], block, index, new_lengthfield_len);
1616 return ndef_status;
1633 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE;
1645 ndef_status = NFC_STATUS_OK;
1649 ndef_status = NFC_STATUS_CONTINUE;
1654 ndef_status = NFC_STATUS_FAILED;
1656 return ndef_status;
1737 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE;
1744 ndef_status = NFC_STATUS_OK;
1748 ndef_status = NFC_STATUS_CONTINUE;
1753 ndef_status = NFC_STATUS_FAILED;
1755 return ndef_status;
1870 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE;
1882 ndef_status = NFC_STATUS_CONTINUE;
1888 ndef_status = NFC_STATUS_FAILED;
1893 ndef_status = rw_t1t_ndef_write_first_block ();
1897 ndef_status = rw_t1t_next_ndef_write_block ();
1905 ndef_status = NFC_STATUS_OK;
1909 ndef_status = NFC_STATUS_FAILED;
1916 return ndef_status;