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.h84 #define NFA_HCI_ANY_OK 0x00 macro
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c550 return (NFA_HCI_ANY_OK);
565 ** Returns NFA_HCI_ANY_OK, if successfully add the pipe on to the gate
593 return NFA_HCI_ANY_OK;
808 ** Returns NFA_HCI_ANY_OK, if removed
852 return NFA_HCI_ANY_OK;
1146 case NFA_HCI_ANY_OK:
1400 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
1405 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
1411 p[1] = (NFA_HCI_RESPONSE_TYPE << 6) | NFA_HCI_ANY_OK;
H A Dnfa_hci_act.c1077 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)
1115 UINT8 response = NFA_HCI_ANY_OK;
1183 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1218 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1256 if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_ANY_OK)
1356 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK)
1455 status = (nfa_hci_cb.inst == NFA_HCI_ANY_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED;
1762 tNFA_HCI_RESPONSE response = NFA_HCI_ANY_OK;
1930 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK)
2027 if ((nfa_hci_cb.cmd_sent == NFA_HCI_ANY_OPEN_PIPE) && (nfa_hci_cb.inst == NFA_HCI_ANY_OK))
[all...]

Completed in 841 milliseconds