Searched refs:HCI_DISCONN_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
2623 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_complete_evt()2945 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_auth_complete_evt()4066 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_link_key_notify_evt()4506 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_key_refresh_complete_evt()4976 hcon->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_phy_link_complete_evt()
545 conn->disc_timeout = HCI_DISCONN_TIMEOUT; in hci_conn_add()
4138 conn->hcon->disc_timeout = HCI_DISCONN_TIMEOUT; in l2cap_connect()
337 #define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */ macro