Searched refs:NFA_HCI_RSP_TIMEOUT_EVT (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_main.c | 134 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_t… in nfa_hci_ee_info_cback() 477 … nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, NFA_EE_DISCV_TIMEOUT_VAL); in nfa_hci_dh_startup_complete() 483 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_t… in nfa_hci_dh_startup_complete() 492 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_t… in nfa_hci_dh_startup_complete() 582 … nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, NFA_HCI_CON_CREATE_TIMEOUT_VAL); in nfa_hci_startup() 615 nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, NFA_HCI_NV_READ_TIMEOUT_VAL); in nfa_hci_sys_enable() 709 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_t… in nfa_hci_conn_cback() 1142 case NFA_HCI_RSP_TIMEOUT_EVT: in nfa_hci_evt_hdlr()
|
D | nfa_hci_utils.c | 405 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hcp_response_timeo… in nfa_hciu_send_msg() 1300 case NFA_HCI_RSP_TIMEOUT_EVT: return ("RESPONSE_TIMEOUT_EVT"); in nfa_hciu_get_event_name()
|
D | nfa_hci_act.c | 1052 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_evt_data->send_evt.rsp_timeout); in nfa_hci_api_send_event() 1056 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hcp_response_timeo… in nfa_hci_api_send_event() 1064 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hcp_response_timeo… in nfa_hci_api_send_event() 1697 …nfa_sys_start_timer (&nfa_hci_cb.timer, NFA_HCI_RSP_TIMEOUT_EVT, p_nfa_hci_cfg->hci_netwk_enable_t… in nfa_hci_handle_admin_gate_evt()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 95 …NFA_HCI_RSP_TIMEOUT_EVT, /* Timeout to response for the HCP C… enumerator
|