Searched refs:NFA_HCI_CMD_SENT_EVT (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h56 #define NFA_HCI_CMD_SENT_EVT 0x0E /* Command sent on app owned pipe */ macro
217 /* Data for NFA_HCI_CMD_SENT_EVT */
261 tNFA_HCI_CMD_SENT cmd_sent; /* NFA_HCI_CMD_SENT_EVT */
443 ** notified by NFA_HCI_CMD_SENT_EVT
461 ** notified by NFA_HCI_CMD_SENT_EVT
479 ** The app will be notified by NFA_HCI_CMD_SENT_EVT if an error
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c758 /* Send NFA_HCI_CMD_SENT_EVT to notify failure */
759 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->get_registry.hci_handle);
807 /* Send NFA_HCI_CMD_SENT_EVT to notify failure */
808 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->set_registry.hci_handle);
944 /* Send NFA_HCI_CMD_SENT_EVT to notify failure */
945 nfa_hciu_send_to_app (NFA_HCI_CMD_SENT_EVT, &evt_data, p_evt_data->send_cmd.hci_handle);

Completed in 280 milliseconds