Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_conn.c696 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function
699 le_conn_timeout.work); in le_conn_timeout()
1014 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in hci_conn_add()
1131 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
1311 flush_delayed_work(&conn->le_conn_timeout); in create_le_conn_complete()
Dhci_event.c1620 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()
1666 &conn->le_conn_timeout, in hci_cc_le_set_ext_adv_enable()
5930 cancel_delayed_work(&conn->le_conn_timeout); in le_conn_complete_evt()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h768 struct delayed_work le_conn_timeout; member