Home | History | Annotate | Download | only in include

Lines Matching refs:AVCT_TRACE_API

625 #define AVCT_TRACE_API(...)                       {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_AVP, TRACE_TYPE_API, ##__VA_ARGS__);}
757 #define AVCT_TRACE_API(...)