Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c620 auto_accept_work.work); in hci_conn_auto_accept()
1010 INIT_DELAYED_WORK(&conn->auto_accept_work, hci_conn_auto_accept); in __hci_conn_add()
1132 disable_delayed_work_sync(&conn->auto_accept_work); in hci_conn_del()
H A Dhci_event.c5370 &conn->auto_accept_work, delay); in hci_user_confirm_request_evt()
/linux/include/net/bluetooth/
H A Dhci_core.h737 struct delayed_work auto_accept_work; member