Home
last modified time | relevance | path

Searched refs:NCI_STATUS_OK (Results 1 – 11 of 11) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c64 return (NCI_STATUS_OK); in nci_snd_core_reset()
95 return (NCI_STATUS_OK); in nci_snd_core_init()
128 return (NCI_STATUS_OK); in nci_snd_core_get_config()
181 return (NCI_STATUS_OK); in nci_snd_core_set_config()
220 return (NCI_STATUS_OK); in nci_snd_core_conn_create()
252 return (NCI_STATUS_OK); in nci_snd_core_conn_close()
288 return (NCI_STATUS_OK); in nci_snd_nfcee_discover()
322 return (NCI_STATUS_OK); in nci_snd_nfcee_mode_set()
367 return (NCI_STATUS_OK); in nci_snd_discover_cmd()
402 return (NCI_STATUS_OK); in nci_snd_discover_select_cmd()
[all …]
/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c371 if ((evt_data.t3t_poll.status = nci_status) == NCI_STATUS_OK) in rw_t3t_handle_nci_poll_ntf()
1658 if ( (nci_status == NCI_STATUS_OK) in rw_t3t_handle_get_sc_poll_rsp()
1673 … if ((status = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in rw_t3t_handle_get_sc_poll_rsp()
1714 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) in rw_t3t_handle_get_sc_poll_rsp()
1739 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) in rw_t3t_handle_ndef_detect_poll_rsp()
1904 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) in rw_t3t_handle_fmt_poll_rsp()
2055 if ((nci_status == NCI_STATUS_OK) && (num_responses > 0)) in rw_t3t_handle_sro_poll_rsp()
2269 if (p[sod] != NCI_STATUS_OK) in rw_t3t_data_cback()
2625 if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (T3T_SYSTEM_CODE_NDEF, 0, 0)) == NCI_STATUS_OK) in RW_T3tDetectNDef()
2898 … if ((retval = (tNFC_STATUS) nci_snd_t3t_polling (0xFFFF, T3T_POLL_RC_SC, 0)) == NCI_STATUS_OK) in RW_T3tPresenceCheck()
[all …]
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c245 return (NCI_STATUS_OK); in nfc_ncif_send_data()
737 evt_data.status = NCI_STATUS_OK; in nfc_ncif_proc_discover_ntf()
1216 if (status == NCI_STATUS_OK) in nfc_ncif_proc_conn_create_rsp()
1281 status = NCI_STATUS_OK; in nfc_ncif_proc_reset_rsp()
1289 if (status == NCI_STATUS_OK) in nfc_ncif_proc_reset_rsp()
1302 if (status == NCI_STATUS_OK) in nfc_ncif_proc_reset_rsp()
1331 if (status == NCI_STATUS_OK) in nfc_ncif_proc_init_rsp()
Dnfc_main.c225 if (nfc_status == NCI_STATUS_OK) in nfc_enabled()
403 nfc_enabled (NCI_STATUS_OK, nfc_cb.p_nci_init_rsp); in nfc_main_handle_hal_evt()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp192 if (status == NCI_STATUS_OK) in continueAfterSetSnoozeMode()
243 if (status != NCI_STATUS_OK) in postDownloadPatchram()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c682 if (status != NCI_STATUS_OK) in nfc_hal_prm_nci_command_complete_cback()
727 if (status != NCI_STATUS_OK) in nfc_hal_prm_nci_command_complete_cback()
799 if (status == NCI_STATUS_OK) in nfc_hal_prm_nci_command_complete_cback()
Dnfc_hal_dm.c1280 return (NCI_STATUS_OK); in HAL_NfcSetSnoozeMode()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h154 #define NCI_STATUS_OK 0x00 macro
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h47 #define NFA_STATUS_OK NCI_STATUS_OK /* Command succeeded */
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h36 #define NFC_STATUS_OK NCI_STATUS_OK /* Command succeeded */
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c856 if (evt_data.connect.status != NCI_STATUS_OK) in nfa_ee_api_connect()