Searched refs:BT_TRACE_LEVEL_VERBOSE (Results 1 – 2 of 2) sorted by relevance
362 #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…
541 #define BT_TRACE_LEVEL_VERBOSE 6 /* Verbose debug messages */ macro