Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h262 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__) macro
276 BT_WARN("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
H A Dhci_core.h2075 BT_WARN("min %d > max %d", min, max); in hci_check_conn_params()
2080 BT_WARN("min %d < 6", min); in hci_check_conn_params()
2085 BT_WARN("max %d > 3200", max); in hci_check_conn_params()
2090 BT_WARN("to_multiplier %d < 10", to_multiplier); in hci_check_conn_params()
2095 BT_WARN("to_multiplier %d > 3200", to_multiplier); in hci_check_conn_params()
2100 BT_WARN("max %d >= to_multiplier %d * 8", max, to_multiplier); in hci_check_conn_params()
2106 BT_WARN("latency %d > 499", latency); in hci_check_conn_params()
2111 BT_WARN("latency %d > max_latency %d", latency, max_latency); in hci_check_conn_params()
/openbmc/linux/net/bluetooth/
H A Dhci_core.c2674 BT_WARN("register suspend notifier failed error:%d\n", error); in hci_register_dev()