Home
last modified time | relevance | path

Searched refs:appl_trace_level (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h356 #define APPL_TRACE_ERROR(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR && BT_LOG…
357 #define APPL_TRACE_WARNING(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING && BT_L…
358 #define APPL_TRACE_API(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_API && BT_LOG_L…
359 #define APPL_TRACE_EVENT(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT && BT_LOG…
360 #define APPL_TRACE_DEBUG(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG && BT_LOG…
361 #define APPL_TRACE_VERBOSE(fmt, args...) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE && BT_L…
579 extern UINT8 appl_trace_level;
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c63 UINT8 appl_trace_level = APPL_INITIAL_TRACE_LEVEL; variable
178 appl_trace_level = APPL_INITIAL_TRACE_LEVEL; in bta_sys_init()
751 appl_trace_level = level; in bta_sys_set_trace_level()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_sys.h166 extern UINT8 appl_trace_level;