Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c644 static void le_conn_timeout(struct work_struct *work) in le_conn_timeout() function
647 le_conn_timeout.work); in le_conn_timeout()
1014 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in __hci_conn_add()
1141 cancel_delayed_work(&conn->le_conn_timeout); in hci_conn_del()
H A Dhci_event.c1570 &conn->le_conn_timeout, in hci_cc_le_set_adv_enable()
1616 &conn->le_conn_timeout, in hci_cc_le_set_ext_adv_enable()
5693 cancel_delayed_work(&conn->le_conn_timeout); in le_conn_complete_evt()
H A Dhci_sync.c6850 flush_delayed_work(&conn->le_conn_timeout); in create_le_conn_complete()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h747 struct delayed_work le_conn_timeout; member