Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c49 static u_int32_t bluetooth_hci_connect_timeout_value = 60; /* sec */ variable
101 value = bluetooth_hci_connect_timeout_value; in bluetooth_set_hci_connect_timeout_value()
105 bluetooth_hci_connect_timeout_value = value; in bluetooth_set_hci_connect_timeout_value()
115 &bluetooth_hci_connect_timeout_value, 60,
139 if (bluetooth_hci_connect_timeout_value <= value && in bluetooth_set_l2cap_rtx_timeout_value()
192 return (bluetooth_hci_connect_timeout_value * hz); in bluetooth_hci_connect_timeout()
242 if (bluetooth_hci_connect_timeout_value <= value) in bluetooth_set_sco_rtx_timeout_value()