Searched refs:p_trace_buf (Results 1 – 2 of 2) sorted by relevance
223 void host_stack_print_trace_log(char *p_trace_buf, in host_stack_print_trace_log() argument231 STACK_TRACE_ERROR("%s", p_trace_buf); in host_stack_print_trace_log()234 STACK_TRACE_WARNING("%s", p_trace_buf); in host_stack_print_trace_log()237 STACK_TRACE_API("%s", p_trace_buf); in host_stack_print_trace_log()240 STACK_TRACE_EVENT("%s", p_trace_buf); in host_stack_print_trace_log()243 STACK_TRACE_DEBUG("%s", p_trace_buf); in host_stack_print_trace_log()
216 void (*pf_debug_trace)(char *p_trace_buf, int trace_buf_len, wiced_bt_trace_type_t trace_type);