Searched refs:l2cap_set_timer (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/net/bluetooth/ | 
| D | l2cap.h | 815 static inline void l2cap_set_timer(struct l2cap_chan *chan,  in l2cap_set_timer()  function843 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t))
 847 #define __set_ack_timer(c) l2cap_set_timer(c, &chan->ack_timer, \
 
 | 
| /Linux-v5.4/net/bluetooth/ | 
| D | l2cap_core.c | 291 		l2cap_set_timer(chan, &chan->retrans_timer,  in __set_retrans_timer()300 		l2cap_set_timer(chan, &chan->monitor_timer,  in __set_monitor_timer()
 
 |