HomeSort by relevance Sort by last modified time
    Searched refs:btif_trace_level (Results 1 - 3 of 3) sorted by null

  /system/bt/main/
bte_logmsg.cc 174 if (new_level != 0xFF) btif_trace_level = new_level;
176 return btif_trace_level;
  /system/bt/internal_include/
bt_trace.h 613 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) \
    [all...]
  /system/bt/bta/sys/
bta_sys_main.cc 58 uint8_t btif_trace_level = BT_TRACE_LEVEL_WARNING; variable

Completed in 145 milliseconds