Home
last modified time | relevance | path

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

/trueos/sys/netgraph/bluetooth/common/
HDng_bluetooth.c50 static u_int32_t bluetooth_l2cap_rtx_timeout_value = 60; /* sec */ variable
102 if (0 < value && value <= bluetooth_l2cap_rtx_timeout_value) in bluetooth_set_hci_connect_timeout_value()
134 value = bluetooth_l2cap_rtx_timeout_value; in bluetooth_set_l2cap_rtx_timeout_value()
139 bluetooth_l2cap_rtx_timeout_value = value; in bluetooth_set_l2cap_rtx_timeout_value()
149 &bluetooth_l2cap_rtx_timeout_value, 60,
162 if (value >= bluetooth_l2cap_rtx_timeout_value) in bluetooth_set_l2cap_ertx_timeout_value()
202 return (bluetooth_l2cap_rtx_timeout_value * hz); in bluetooth_l2cap_rtx_timeout()