Infineon Logo AIROC BTSDK v4.8 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_trace.h File Reference

> More...

Macros

#define WICED_BT_TRACE(...)   wiced_printf(NULL, 0, __VA_ARGS__)
 
#define WICED_BT_TRACE_CRIT(...)   wiced_printf(NULL, 0, __VA_ARGS__)
 
#define WICED_BT_TRACE_ARRAY(ptr, len,...)   wiced_printf(NULL, 0, __VA_ARGS__); wiced_trace_array(ptr, len);
 

Enumerations

enum  wiced_debug_uart_types_t {
  WICED_ROUTE_DEBUG_NONE, WICED_ROUTE_DEBUG_TO_WICED_UART, WICED_ROUTE_DEBUG_TO_HCI_UART, WICED_ROUTE_DEBUG_TO_DBG_UART,
  WICED_ROUTE_DEBUG_TO_PUART
}
 Debug trace message destinations. More...
 

Functions

void wiced_trace_array (const uint8_t *p_array, uint16_t len)
 
int wiced_printf (char *buffer, int len,...)
 
void wiced_bt_trace_enable (void)
 Enables the trace messages to UART for the selected wiced_debug_uart_types_t. More...
 
void wiced_set_debug_uart (wiced_debug_uart_types_t uart)
 Specifies the UART to be used for debug traces. More...
 

Detailed Description

>

Enables tracing for the application to particular uart for debug and logging.