Home | History | Annotate | Download | only in include

Lines Matching refs:SDP_TRACE_API

562 #define SDP_TRACE_API(...)                       {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_SDP, TRACE_TYPE_API, ##__VA_ARGS__);}
694 #define SDP_TRACE_API(...)