Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c619 auto_accept_work.work); in hci_conn_auto_accept()
992 INIT_DELAYED_WORK(&conn->auto_accept_work, hci_conn_auto_accept); in __hci_conn_add()
1113 cancel_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
H A Dhci_event.c5361 &conn->auto_accept_work, delay); in hci_user_confirm_request_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h733 struct delayed_work auto_accept_work; member