Home | History | Annotate | Download | only in include

Lines Matching refs:BNEP_TRACE_DEBUG

593 #define BNEP_TRACE_DEBUG(...)                     {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_DEBUG, ##__VA_ARGS__);}
725 #define BNEP_TRACE_DEBUG(...)