bt_err
void bt_err(const char *fmt, ...);
#define BT_ERR(fmt, ...) bt_err(fmt "\n", ##__VA_ARGS__)
EXPORT_SYMBOL(bt_err);