Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c695 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function
698 le_conn_timeout.work); in le_conn_timeout()
1047 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in hci_conn_add()
1164 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
1346 flush_delayed_work(&conn->le_conn_timeout); in create_le_conn_complete()
H A Dhci_event.c1563 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()
1609 &conn->le_conn_timeout, in hci_cc_le_set_ext_adv_enable()
5677 cancel_delayed_work(&conn->le_conn_timeout); in le_conn_complete_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h740 struct delayed_work le_conn_timeout; member