Home
last modified time | relevance | path

Searched refs:BT_TRACE_LEVEL_VERBOSE (Results 1 – 4 of 4) sorted by relevance

/system/bt/internal_include/
Dbt_trace.h37 BT_TRACE_LEVEL_VERBOSE = 6, /* Verbose debug messages */ enumerator
434 if (hd_cb.trace_level >= BT_TRACE_LEVEL_VERBOSE) \
667 if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) \
711 if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE) \
/system/bt/stack/test/
Dstack_avdtp_test.cc29 uint8_t appl_trace_level = BT_TRACE_LEVEL_VERBOSE;
/system/bt/stack/test/btm/
Dstack_btm_test.cc41 uint8_t appl_trace_level = BT_TRACE_LEVEL_VERBOSE;
/system/bt/main/
Dbte_logmsg.cc245 functions->trace_level = BT_TRACE_LEVEL_VERBOSE; in load_levels_from_config()