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

/linux-master/include/net/bluetooth/
H A Dl2cap.h645 struct delayed_work info_timer; member in struct:l2cap_conn
/linux-master/net/bluetooth/
H A Dl2cap_core.c1377 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT);
1639 info_timer.work);
1774 cancel_delayed_work_sync(&conn->info_timer);
3897 cancel_delayed_work(&conn->info_timer);
4029 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT);
4563 cancel_delayed_work(&conn->info_timer);
6878 INIT_DELAYED_WORK(&conn->info_timer, l2cap_info_timeout);

Completed in 168 milliseconds