Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c3154 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_complete_evt()
3496 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_auth_complete_evt()
4662 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_link_key_notify_evt()
5144 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_key_refresh_complete_evt()
H A Dhci_conn.c993 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_add()
H A Dl2cap_core.c3987 conn->hcon->disc_timeout = HCI_DISCONN_TIMEOUT; in l2cap_connect()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h426 #define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro