Searched refs:le_conn_timeout (Results 1 – 4 of 4) sorted by relevance
710 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function713 le_conn_timeout.work); in le_conn_timeout()1125 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in __hci_conn_add()1271 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
1574 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()1622 &conn->le_conn_timeout, in hci_cc_le_set_ext_adv_enable()5786 cancel_delayed_work(&conn->le_conn_timeout); in le_conn_complete_evt()
7002 flush_delayed_work(&conn->le_conn_timeout); in create_le_conn_complete()
767 struct delayed_work le_conn_timeout; member