Home
last modified time | relevance | path

Searched refs:p_trace_buf (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_host_stack_platform_interface.c223 void host_stack_print_trace_log(char *p_trace_buf, in host_stack_print_trace_log() argument
231 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()
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_stack_platform.h216 void (*pf_debug_trace)(char *p_trace_buf, int trace_buf_len, wiced_bt_trace_type_t trace_type);