Searched refs:NFA_HCI_ANY_OK (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_defs.h85 #define NFA_HCI_ANY_OK 0x00 macro
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c546 return (NFA_HCI_ANY_OK);
561 ** Returns NFA_HCI_ANY_OK, if successfully add the pipe on to the gate
589 return NFA_HCI_ANY_OK;
840 ** Returns NFA_HCI_ANY_OK, if removed
884 return NFA_HCI_ANY_OK;
1178 case NFA_HCI_ANY_OK:
1432 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
1437 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
1443 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
H A Dnfa_hci_act.c1116 if (nfa_hciu_add_pipe_to_gate (p_evt_data->add_static_pipe.pipe,pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK)
1154 UINT8 response = NFA_HCI_ANY_OK;
1222 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1257 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1300 else if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_ANY_OK)
1406 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK)
1505 status = (nfa_hci_cb.inst == NFA_HCI_ANY_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED;
1812 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1980 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK)
2077 if ((nfa_hci_cb.cmd_sent == NFA_HCI_ANY_OPEN_PIPE) && (nfa_hci_cb.inst == NFA_HCI_ANY_OK))
[all...]

Completed in 59 milliseconds