OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFA_HCI_RSP_TIMEOUT_EVT
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c
130
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hci_netwk_enable_timeout);
473
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hci_netwk_enable_timeout);
479
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hci_netwk_enable_timeout);
488
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hci_netwk_enable_timeout);
578
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, NFA_HCI_CON_CREATE_TIMEOUT_VAL);
611
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, NFA_HCI_NV_READ_TIMEOUT_VAL);
702
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hci_netwk_enable_timeout);
[
all
...]
nfa_hci_act.c
[
all
...]
nfa_hci_utils.c
407
nfa_sys_start_timer (&nfa_hci_cb.timer,
NFA_HCI_RSP_TIMEOUT_EVT
, p_nfa_hci_cfg->hcp_response_timeout);
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_hci_int.h
95
NFA_HCI_RSP_TIMEOUT_EVT
, /* Timeout to response for the HCP Command packet */
Completed in 37 milliseconds