OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
*/
444
** notified by
NFA_HCI_CMD_SENT_EVT
462
** notified by
NFA_HCI_CMD_SENT_EVT
480
** The app will be notified by
NFA_HCI_CMD_SENT_EVT
if an error
/external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c
719
/* Send
NFA_HCI_CMD_SENT_EVT
to notify failure */
720
nfa_hciu_send_to_app (
NFA_HCI_CMD_SENT_EVT
, &evt_data, p_evt_data->get_registry.hci_handle);
768
/* Send
NFA_HCI_CMD_SENT_EVT
to notify failure */
769
nfa_hciu_send_to_app (
NFA_HCI_CMD_SENT_EVT
, &evt_data, p_evt_data->set_registry.hci_handle);
[
all
...]
Completed in 32 milliseconds