Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_conn.c472 auto_accept_work.work); in hci_conn_auto_accept()
578 INIT_DELAYED_WORK(&conn->auto_accept_work, hci_conn_auto_accept); in hci_conn_add()
610 cancel_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
Dhci_event.c4731 &conn->auto_accept_work, delay); in hci_user_confirm_request_evt()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h645 struct delayed_work auto_accept_work; member