Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/bluetooth/
Dbtms.c90 int btms_debug = 0; variable
91 #define BTMSDBG(s) if (btms_debug) printf s
92 #define BTMSDBGN(n,s) if (btms_debug > (n)) printf s
323 if (btms_debug) in btms_attach()
410 if (btms_debug > 9) { in btms_input()