Home | History | Annotate | Download | only in include

Lines Matching refs:BNEP_TRACE_API

591 #define BNEP_TRACE_API(...)                       {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_BNEP, TRACE_TYPE_API, ##__VA_ARGS__);}
723 #define BNEP_TRACE_API(...)