Searched refs:BT_WARN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 263 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__) macro 277 BT_WARN("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
|
H A D | hci_core.h | 2146 BT_WARN("min %d > max %d", min, max); in hci_check_conn_params() 2151 BT_WARN("min %d < 6", min); in hci_check_conn_params() 2156 BT_WARN("max %d > 3200", max); in hci_check_conn_params() 2161 BT_WARN("to_multiplier %d < 10", to_multiplier); in hci_check_conn_params() 2166 BT_WARN("to_multiplier %d > 3200", to_multiplier); in hci_check_conn_params() 2171 BT_WARN("max %d >= to_multiplier %d * 8", max, to_multiplier); in hci_check_conn_params() 2177 BT_WARN("latency %d > 499", latency); in hci_check_conn_params() 2182 BT_WARN("latency %d > max_latency %d", latency, max_latency); in hci_check_conn_params()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 2640 BT_WARN("register suspend notifier failed error:%d\n", error); in hci_register_dev()
|