Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dl2cap_core.c742 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close()
1391 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start()
3906 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect()
4304 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp()
4631 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_req()
4661 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_cfm()
5075 __set_chan_timer(chan, L2CAP_MOVE_ERTX_TIMEOUT); in l2cap_move_continue()
5580 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req()
7294 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect()
7480 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption()
[all …]
/Linux-v5.4/include/net/bluetooth/
Dl2cap.h843 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro