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

Macros

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

Enumerations

enum  wiced_debug_uart_types_t {
  WICED_ROUTE_DEBUG_NONE = 0x00, WICED_ROUTE_DEBUG_TO_WICED_UART, WICED_ROUTE_DEBUG_TO_HCI_UART, WICED_ROUTE_DEBUG_TO_DBG_UART,
  WICED_ROUTE_DEBUG_TO_PUART
}
 Debug UARTs. More...
 

Functions

void wiced_set_debug_uart (wiced_debug_uart_types_t uart)
 Function wiced_set_debug_uart. More...
 
void wiced_trace_array (const uint8_t *p_array, uint16_t len)
 
int wiced_printf (char *buffer, int len,...)