Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dlib.c263 * bt_warn() - Log Bluetooth warning message
266 void bt_warn(const char *format, ...) in bt_warn() function
280 EXPORT_SYMBOL(bt_warn);
343 * This functions works like bt_warn, but it uses rate limiting
/linux/include/net/bluetooth/
H A Dbluetooth.h256 void bt_warn(const char *fmt, ...);
271 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__)