Searched refs:nfc_status (Results 1 - 5 of 5) sorted by relevance

/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.c1387 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1393 nfc_status = NFC_STATUS_FAILED;
1399 nfc_status = NFC_STATUS_FAILED;
1415 (*(rw_cb.p_cback)) (RW_T3T_CHECK_CPLT_EVT, (tRW_DATA *) &nfc_status);
1497 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
1509 nfc_status = NFC_STATUS_FAILED;
1515 nfc_status = NFC_STATUS_FAILED;
1531 nfc_status = NFC_STATUS_FAILED;
1549 if ((nfc_status = rw_t3t_send_next_ndef_check_cmd (p_cb)) == NFC_STATUS_OK)
1562 evt_data.status = nfc_status;
1580 tNFC_STATUS nfc_status = NFC_STATUS_OK; local
[all...]
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_main.c231 tNFC_STATUS nfc_status; local
417 if ((nfc_status = NFC_SetConfig (updated_len, p_tlv_list)) == NFC_STATUS_OK)
438 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/int/
H A Dnfc_int.h276 void nfc_enabled (tNFC_STATUS nfc_status, BT_HDR *p_init_rsp_msg);

Completed in 219 milliseconds