Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_event.c3205 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_complete_evt()
3519 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_auth_complete_evt()
4691 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_link_key_notify_evt()
5175 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_key_refresh_complete_evt()
5642 hcon->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_phy_link_complete_evt()
Dhci_conn.c985 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_add()
Dl2cap_core.c4170 conn->hcon->disc_timeout = HCI_DISCONN_TIMEOUT; in l2cap_connect()
/linux-6.1.9/include/net/bluetooth/
Dhci.h396 #define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro