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

  /system/bt/stack/include/
btu.h 38 extern uint8_t btu_trace_level;
  /system/bt/stack/btu/
btu_init.cc 108 btu_trace_level = HCI_INITIAL_TRACE_LEVEL;
btu_task.cc 44 uint8_t btu_trace_level = HCI_INITIAL_TRACE_LEVEL; variable
  /system/bt/main/
bte_logmsg.cc 192 if (new_level != 0xFF) btu_trace_level = new_level;
194 return btu_trace_level;
  /system/bt/include/
bt_trace.h 211 if (btu_trace_level >= BT_TRACE_LEVEL_ERROR) \
216 if (btu_trace_level >= BT_TRACE_LEVEL_WARNING) \
221 if (btu_trace_level >= BT_TRACE_LEVEL_EVENT) \
226 if (btu_trace_level >= BT_TRACE_LEVEL_DEBUG) \
    [all...]

Completed in 782 milliseconds