Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:btms_debug

89 #ifdef BTMS_DEBUG
90 int btms_debug = 0;
91 #define BTMSDBG(s) if (btms_debug) printf s
92 #define BTMSDBGN(n,s) if (btms_debug > (n)) printf s
147 #ifdef BTMS_DEBUG
322 #ifdef BTMS_DEBUG
323 if (btms_debug)
409 #ifdef BTMS_DEBUG
410 if (btms_debug > 9) {
446 #ifdef BTMS_DEBUG