Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_trace.h613 extern uint8_t btif_trace_level;
618 if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) \
625 if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) \
632 if (btif_trace_level >= BT_TRACE_LEVEL_API) \
639 if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) \
646 if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) \
653 if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) \
/system/bt/main/
Dbte_logmsg.cc174 if (new_level != 0xFF) btif_trace_level = new_level; in BTIF_SetTraceLevel()
176 return btif_trace_level; in BTIF_SetTraceLevel()
/system/bt/bta/sys/
Dbta_sys_main.cc58 uint8_t btif_trace_level = BT_TRACE_LEVEL_WARNING; variable