HomeSort by relevance Sort by last modified time
    Searched refs:NFA_HCI_CMD_SENT_EVT (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 56 #define NFA_HCI_CMD_SENT_EVT 0x0E /* Command sent on app owned pipe */
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/
nfa_hci_act.c 758 /* 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);
    [all...]

Completed in 477 milliseconds