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

/freebsd-12-stable/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c52 static u_int32_t bluetooth_l2cap_rtx_timeout_value = 60; /* sec */ variable
104 if (0 < value && value <= bluetooth_l2cap_rtx_timeout_value)
136 value = bluetooth_l2cap_rtx_timeout_value;
141 bluetooth_l2cap_rtx_timeout_value = value;
151 &bluetooth_l2cap_rtx_timeout_value, 60,
164 if (value >= bluetooth_l2cap_rtx_timeout_value)
204 return (bluetooth_l2cap_rtx_timeout_value * hz);

Completed in 99 milliseconds