Searched refs:BT_WARN (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/bluetooth/ |
| A D | bluetooth.h | 262 #define BT_WARN(fmt, ...) bt_warn(fmt "\n", ##__VA_ARGS__) macro 276 BT_WARN("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
|
| A D | hci_core.h | 2107 BT_WARN("min %d > max %d", min, max); in hci_check_conn_params() 2112 BT_WARN("min %d < 6", min); in hci_check_conn_params() 2117 BT_WARN("max %d > 3200", max); in hci_check_conn_params() 2122 BT_WARN("to_multiplier %d < 10", to_multiplier); in hci_check_conn_params() 2127 BT_WARN("to_multiplier %d > 3200", to_multiplier); in hci_check_conn_params() 2132 BT_WARN("max %d >= to_multiplier %d * 8", max, to_multiplier); in hci_check_conn_params() 2138 BT_WARN("latency %d > 499", latency); in hci_check_conn_params() 2143 BT_WARN("latency %d > max_latency %d", latency, max_latency); in hci_check_conn_params()
|
| /linux/net/bluetooth/ |
| A D | hci_core.c | 2655 BT_WARN("register suspend notifier failed error:%d\n", error); in hci_register_dev()
|
Completed in 27 milliseconds