Home | History | Annotate | Download | only in include

Lines Matching refs:A2D_TRACE_DEBUG

608 #define A2D_TRACE_DEBUG(...)                      {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_A2D, TRACE_TYPE_DEBUG,##__VA_ARGS__);}
740 #define A2D_TRACE_DEBUG(...)