Searched refs:l2cap_ack_timeout (Results 1 – 1 of 1) sorted by relevance
66 static void l2cap_ack_timeout(struct work_struct *work);484 INIT_DELAYED_WORK(&chan->ack_timer, l2cap_ack_timeout); in l2cap_chan_create()3281 static void l2cap_ack_timeout(struct work_struct *work) in l2cap_ack_timeout() function