Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dl2cap_core.c823 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close()
1461 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start()
4062 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect()
4439 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp()
4939 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req()
5150 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req()
7121 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect()
7336 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption()
7384 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm()
7403 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm()
/linux/include/net/bluetooth/
H A Dl2cap.h863 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro