bt_dbg
void bt_dbg(const char *fmt, ...);
bt_dbg("%s:%d: " fmt "\n", __func__, __LINE__, ##__VA_ARGS__)
EXPORT_SYMBOL(bt_dbg);