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.h582 extern uint8_t btif_trace_level;
587 if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) \
594 if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) \
601 if (btif_trace_level >= BT_TRACE_LEVEL_API) \
608 if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) \
615 if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) \
622 if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) \
/system/bt/main/
Dbte_logmsg.cc214 if (new_level != 0xFF) btif_trace_level = new_level; in BTIF_SetTraceLevel()
216 return btif_trace_level; in BTIF_SetTraceLevel()
/system/bt/bta/sys/
Dbta_sys_main.cc53 uint8_t btif_trace_level = BT_TRACE_LEVEL_WARNING; variable