Searched refs:ndef_status (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1320 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE; local
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; local
1510 ndef_status = NFC_STATUS_FAILED;
1515 ndef_status
1559 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE; local
1633 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE; local
1737 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE; local
1870 tNFC_STATUS ndef_status = NFC_STATUS_CONTINUE; local
[all...]
H A Drw_t4t.c638 p_t4t->ndef_status &= ~ (RW_T4T_NDEF_STATUS_NDEF_DETECTED);
723 p_t4t->ndef_status &= ~ (RW_T4T_NDEF_STATUS_NDEF_DETECTED);
751 p_t4t->ndef_status = RW_T4T_NDEF_STATUS_NDEF_DETECTED;
755 p_t4t->ndef_status |= RW_T4T_NDEF_STATUS_NDEF_READ_ONLY;
816 p_t4t->ndef_status &= ~ (RW_T4T_NDEF_STATUS_NDEF_DETECTED);
826 p_t4t->ndef_status &= ~ (RW_T4T_NDEF_STATUS_NDEF_DETECTED);
1087 p_t4t->ndef_status |= RW_T4T_NDEF_STATUS_NDEF_READ_ONLY;
1318 if (rw_cb.tcb.t4t.ndef_status & RW_T4T_NDEF_STATUS_NDEF_DETECTED)
1370 if (rw_cb.tcb.t4t.ndef_status & RW_T4T_NDEF_STATUS_NDEF_DETECTED)
1418 if (rw_cb.tcb.t4t.ndef_status
[all...]
H A Drw_t2t_ndef.c639 p_t2t->ndef_status = T2T_NDEF_DETECTED;
1605 p_t2t->ndef_status = T2T_NDEF_READ;
2903 p_t2t->ndef_status = T2T_NDEF_NOT_DETECTED;
2994 if (p_t2t->ndef_status == T2T_NDEF_NOT_DETECTED)
3075 if (p_t2t->ndef_status == T2T_NDEF_NOT_DETECTED)
H A Drw_t2t.c859 p_t2t->ndef_status = T2T_NDEF_NOT_DETECTED;
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c368 tNDEF_STATUS ndef_status; local
410 if ((ndef_status = NDEF_MsgValidate (p_msg_buf, len, TRUE)) != NDEF_OK)
412 NFA_TRACE_ERROR1 ("Received invalid NDEF message. NDEF status=0x%x", ndef_status);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h304 UINT8 ndef_status; /* The current status of NDEF Write operation */ member in struct:__anon24370
463 UINT8 ndef_status; /* bitmap for NDEF status */ member in struct:__anon24375
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1712 tNDEF_STATUS ndef_status; local
1718 if ((ndef_status = NDEF_MsgValidate(p_data->op_req.params.write_ndef.p_data, p_data->op_req.params.write_ndef.len, FALSE)) != NDEF_OK)
1720 NFA_TRACE_ERROR1("Invalid NDEF message. NDEF_MsgValidate returned %i", ndef_status);

Completed in 147 milliseconds