Home
last modified time | relevance | path

Searched refs:info_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h627 struct delayed_work info_timer; member
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c1326 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT); in l2cap_request_info()
1569 info_timer.work); in l2cap_info_timeout()
1709 cancel_delayed_work_sync(&conn->info_timer); in l2cap_conn_del()
3747 cancel_delayed_work(&conn->info_timer); in l2cap_command_rej()
3875 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT); in l2cap_connect()
4402 cancel_delayed_work(&conn->info_timer); in l2cap_information_rsp()
7004 INIT_DELAYED_WORK(&conn->info_timer, l2cap_info_timeout); in l2cap_conn_add()