Lines Matching +full:timeout +full:- +full:sec
5 /*-
6 * SPDX-License-Identifier: BSD-2-Clause
8 * Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
48 static u_int32_t bluetooth_hci_command_timeout_value = 5; /* sec */
49 static u_int32_t bluetooth_hci_connect_timeout_value = 60; /* sec */
50 static u_int32_t bluetooth_hci_max_neighbor_age_value = 600; /* sec */
51 static u_int32_t bluetooth_l2cap_rtx_timeout_value = 60; /* sec */
52 static u_int32_t bluetooth_l2cap_ertx_timeout_value = 300; /* sec */
53 static u_int32_t bluetooth_sco_rtx_timeout_value = 60; /* sec */
79 if (error == 0 && req->newptr != NULL) { in bluetooth_set_hci_command_timeout_value()
93 "I", "HCI command timeout (sec)");
103 if (error == 0 && req->newptr != NULL) { in bluetooth_set_hci_connect_timeout_value()
117 "I", "HCI connect timeout (sec)");
121 "Maximal HCI neighbor cache entry age (sec)");
138 if (error == 0 && req->newptr != NULL) { in bluetooth_set_l2cap_rtx_timeout_value()
153 "I", "L2CAP RTX timeout (sec)");
163 if (error == 0 && req->newptr != NULL) { in bluetooth_set_l2cap_ertx_timeout_value()
177 "I", "L2CAP ERTX timeout (sec)");
241 if (error == 0 && req->newptr != NULL) { in bluetooth_set_sco_rtx_timeout_value()
255 "I", "SCO RTX timeout (sec)");