Searched defs:nfc_status (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c230 tNFC_STATUS nfc_status; local
416 if ((nfc_status = NFC_SetConfig (updated_len, p_tlv_list)) == NFC_STATUS_OK)
437 return (nfc_status);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c179 static void nfc_main_notify_enable_status (tNFC_STATUS nfc_status) argument
183 evt_data.status = nfc_status;
191 if (nfc_status != NFC_STATUS_OK)
215 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg) argument
225 if (nfc_status == NCI_STATUS_OK)
288 nfc_main_notify_enable_status (nfc_status);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c222 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
254 nfc_status = NFC_STATUS_FAILED;
264 nfc_status = NFC_STATUS_FAILED;
270 nfc_status = NFC_STATUS_FAILED;
298 nfc_status = NFC_STATUS_FAILED;
327 nfc_status = NFC_STATUS_FAILED;
344 nfc_status = NFC_STATUS_FAILED;
350 if (nfc_status == NFC_STATUS_OK)
378 update_info.status = nfc_status;
H A Drw_t3t.c1334 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1340 nfc_status = NFC_STATUS_FAILED;
1346 nfc_status = NFC_STATUS_FAILED;
1362 (*(rw_cb.p_cback)) (RW_T3T_CHECK_CPLT_EVT, (tRW_DATA *) &nfc_status);
1437 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1449 nfc_status = NFC_STATUS_FAILED;
1455 nfc_status = NFC_STATUS_FAILED;
1471 nfc_status = NFC_STATUS_FAILED;
1489 if ((nfc_status = rw_t3t_send_next_ndef_check_cmd (p_cb)) == NFC_STATUS_OK)
1502 evt_data.status = nfc_status;
1520 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
[all...]

Completed in 130 milliseconds