Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dl2cap.h876 static inline bool l2cap_clear_timer(struct l2cap_chan *chan, in l2cap_clear_timer() function
891 #define __clear_chan_timer(c) l2cap_clear_timer(c, &c->chan_timer)
892 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
893 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
896 #define __clear_ack_timer(c) l2cap_clear_timer(c, &c->ack_timer)