Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/bluetooth/
Dl2cap.h849 static inline bool l2cap_clear_timer(struct l2cap_chan *chan, in l2cap_clear_timer() function
864 #define __clear_chan_timer(c) l2cap_clear_timer(c, &c->chan_timer)
865 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
866 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
869 #define __clear_ack_timer(c) l2cap_clear_timer(c, &c->ack_timer)