Home | History | Annotate | Download | only in internal_include

Lines Matching refs:appl_trace_level

662     if (appl_trace_level >= BT_TRACE_LEVEL_ERROR)                     \
669 if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) \
676 if (appl_trace_level >= BT_TRACE_LEVEL_API) \
683 if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) \
690 if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) \
697 if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE) \
714 /* External declaration for appl_trace_level here to avoid to add the
716 extern uint8_t appl_trace_level;