Home | History | Annotate | Download | only in include

Lines Matching refs:MCA_TRACE_API

641 #define MCA_TRACE_API(...)                       {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_MCA, TRACE_TYPE_API, ##__VA_ARGS__);}
773 #define MCA_TRACE_API(...)