Searched refs:bluetooth_hci_connect_timeout_value (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c50 static u_int32_t bluetooth_hci_connect_timeout_value = 60; /* sec */ variable
101 value = bluetooth_hci_connect_timeout_value;
105 bluetooth_hci_connect_timeout_value = value;
115 &bluetooth_hci_connect_timeout_value, 60,
139 if (bluetooth_hci_connect_timeout_value <= value &&
192 return (bluetooth_hci_connect_timeout_value * hz);
242 if (bluetooth_hci_connect_timeout_value <= value)

Completed in 43 milliseconds