Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c621 auto_accept_work.work); in hci_conn_auto_accept()
1012 INIT_DELAYED_WORK(&conn->auto_accept_work, hci_conn_auto_accept); in __hci_conn_add()
1134 disable_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
H A Dhci_event.c5390 &conn->auto_accept_work, delay); in hci_user_confirm_request_evt()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h745 struct delayed_work auto_accept_work; member