Bluetooth Host Stack Library
wiced_bt_trace.h File Reference

Macros

#define WICED_BT_TRACE   BTU_trace_debug
 Debug trace macro. More...
 
#define WICED_BT_TRACE_ARRAY(ptr, len, string)   WICED_BT_TRACE("%s %A",string,ptr,len);
 Debug trace array macro. More...
 
#define WICED_BT_TRACE_CRIT   BTU_trace_error
 Error trace array macro. More...
 

Functions

void BTU_trace_debug (const char *p_fmt,...)
 
void BTU_trace_error (const char *p_fmt,...)
 

Function Documentation

◆ BTU_trace_debug()

void BTU_trace_debug ( const char *  p_fmt,
  ... 
)

◆ BTU_trace_error()

void BTU_trace_error ( const char *  p_fmt,
  ... 
)