Home
last modified time | relevance | path

Searched refs:NFA_STATUS_INVALID_PARAM (Results 1 – 8 of 8) sorted by relevance

/system/nfc/src/nfa/ee/
Dnfa_ee_api.c59 status = NFA_STATUS_INVALID_PARAM; in NFA_EeDiscover()
99 return (NFA_STATUS_INVALID_PARAM); in NFA_EeGetInfo()
150 status = NFA_STATUS_INVALID_PARAM; in NFA_EeRegister()
179 tNFA_STATUS status = NFA_STATUS_INVALID_PARAM; in NFA_EeDeregister()
192 if ((status != NFA_STATUS_INVALID_PARAM) && in NFA_EeDeregister()
240 status = NFA_STATUS_INVALID_PARAM; in NFA_EeModeSet()
297 status = NFA_STATUS_INVALID_PARAM; in NFA_EeSetDefaultTechRouting()
357 status = NFA_STATUS_INVALID_PARAM; in NFA_EeSetDefaultProtoRouting()
413 status = NFA_STATUS_INVALID_PARAM; in NFA_EeAddAidRouting()
464 status = NFA_STATUS_INVALID_PARAM; in NFA_EeRemoveAidRouting()
[all …]
Dnfa_ee_act.c717 evt_data.status = NFA_STATUS_INVALID_PARAM; in nfa_ee_api_remove_aid()
801 evt_data.connect.status = NFA_STATUS_INVALID_PARAM; in nfa_ee_api_connect()
/system/nfc/src/nfa/ce/
Dnfa_ce_api.c129 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
136 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
143 return (NFA_STATUS_INVALID_PARAM); in NFA_CeConfigureLocalTag()
254 if (p_conn_cback == NULL) return (NFA_STATUS_INVALID_PARAM); in NFA_CeRegisterFelicaSystemCodeOnDH()
329 if (p_conn_cback == NULL) return (NFA_STATUS_INVALID_PARAM); in NFA_CeRegisterAidOnDH()
407 return (NFA_STATUS_INVALID_PARAM); in NFA_CeSetIsoDepListenTech()
Dnfa_ce_act.c1343 conn_evt.status = NFA_STATUS_INVALID_PARAM; in nfa_ce_api_dereg_listen()
1382 conn_evt.status = NFA_STATUS_INVALID_PARAM; in nfa_ce_api_dereg_listen()
/system/nfc/src/nfa/dm/
Dnfa_dm_api.c741 return (NFA_STATUS_INVALID_PARAM); in NFA_Select()
872 return (NFA_STATUS_INVALID_PARAM); in NFA_SendRawFrame()
935 return (NFA_STATUS_INVALID_PARAM); in NFA_RegisterNDefTypeHandler()
995 return (NFA_STATUS_INVALID_PARAM); in NFA_RegisterNDefUriHandler()
Dnfa_dm_act.c544 dm_cback_data.set_config.status = NFA_STATUS_INVALID_PARAM; in nfa_dm_set_config()
/system/nfc/src/nfa/rw/
Dnfa_rw_api.c151 if (p_data == NULL) return (NFA_STATUS_INVALID_PARAM); in NFA_RwWriteNDef()
713 return (NFA_STATUS_INVALID_PARAM); in NFA_RwT3tRead()
764 return (NFA_STATUS_INVALID_PARAM); in NFA_RwT3tWrite()
/system/nfc/src/nfa/include/
Dnfa_api.h66 #define NFA_STATUS_INVALID_PARAM NCI_STATUS_INVALID_PARAM macro