Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/common/
H A Dng_bluetooth.c48 static u_int32_t bluetooth_hci_connect_timeout_value = 60; /* sec */ variable
98 value = bluetooth_hci_connect_timeout_value; in bluetooth_set_hci_connect_timeout_value()
102 bluetooth_hci_connect_timeout_value = value; in bluetooth_set_hci_connect_timeout_value()
112 &bluetooth_hci_connect_timeout_value, 60,
136 if (bluetooth_hci_connect_timeout_value <= value && in bluetooth_set_l2cap_rtx_timeout_value()
189 return (bluetooth_hci_connect_timeout_value * hz); in bluetooth_hci_connect_timeout()