Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/common/
H A Dng_bluetooth.c49 static u_int32_t bluetooth_hci_command_timeout_value = 5; /* sec */ variable
78 value = bluetooth_hci_command_timeout_value; in bluetooth_set_hci_command_timeout_value()
82 bluetooth_hci_command_timeout_value = value; in bluetooth_set_hci_command_timeout_value()
92 &bluetooth_hci_command_timeout_value, 5,
187 return (bluetooth_hci_command_timeout_value * hz); in bluetooth_hci_command_timeout()