Home
last modified time | relevance | path

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

/linux-3.3/net/bluetooth/
Dhci_conn.c414 setup_timer(&conn->auto_accept_timer, hci_conn_auto_accept, in hci_conn_add()
442 del_timer(&conn->auto_accept_timer); in hci_conn_del()
Dhci_event.c2883 mod_timer(&conn->auto_accept_timer, jiffies + delay); in hci_user_confirm_request_evt()
/linux-3.3/include/net/bluetooth/
Dhci_core.h304 struct timer_list auto_accept_timer; member