Home
last modified time | relevance | path

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

/system/bt/include/
Dbt_trace.h362 #define BTIF_TRACE_VERBOSE(...) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) L…
370 #define APPL_TRACE_VERBOSE(...) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE) L…
/system/bt/stack/include/
Dbt_types.h541 #define BT_TRACE_LEVEL_VERBOSE 6 /* Verbose debug messages */ macro