Searched refs:NFA_TRACE_WARNING1 (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c341 NFA_TRACE_WARNING1 ("nfa_hci_api_deregister () Unknown app: %s", p_evt_data->app_info.app_name);
746 NFA_TRACE_WARNING1 ("nfa_hci_api_get_reg_value pipe:%d not open", p_evt_data->get_registry.pipe);
796 NFA_TRACE_WARNING1 ("nfa_hci_api_set_reg_value pipe:%d not open", p_evt_data->set_registry.pipe);
928 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not open", p_pipe->pipe_id);
933 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d Owned by different application or Destination host is not active",
939 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not found", p_evt_data->send_cmd.pipe);
980 NFA_TRACE_WARNING1 ("nfa_hci_api_send_rsp pipe:%d not open", p_pipe->pipe_id);
985 NFA_TRACE_WARNING1 ("nfa_hci_api_send_rsp pipe:%d Owned by different application or Destination host is not active",
991 NFA_TRACE_WARNING1 ("nfa_hci_api_send_rsp pipe:%d not found", p_evt_data->send_rsp.pipe);
1073 NFA_TRACE_WARNING1 ("nfa_hci_api_send_even
[all...]
H A Dnfa_hci_utils.c506 NFA_TRACE_WARNING1 ("nfa_hciu_release_gate () ID: %d NOT FOUND", gate_id);
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_main.c90 NFA_TRACE_WARNING1 ("NFA got unregistered event id %d", id);
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c527 NFA_TRACE_WARNING1 ("Unhandled NDEF record (#%i)", rec_count);
/external/libnfc-nci/src/include/
H A Dbt_trace.h1553 #define NFA_TRACE_WARNING1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_1(TRACE_LAYER_NFA, TRACE_TYPE_WARNING, m,p1);} macro
3530 #define NFA_TRACE_WARNING1(m,p1) macro

Completed in 84 milliseconds